Megatest

History Of Ticket 181ee0a581
Login

Artifacts Associated With Ticket 181ee0a581

  1. Ticket change [b03d173bc2] (rid 24142) by jmoon18 on 2022-04-28 11:23:49:

    1. comment initialized to:
      If i run: megatest -list-runs % -target % -fields tests:test_name,item_path
      
      I expect to see only run and test info, not step info
      
      When specifying -fields, step info should only be displayed when steps or +steps is specified.
      
      The desired behavior is consistent with specifying run info in the fields - test info is suppressed then unless tests are specified
      
      # shows runs, tests, and steps
      
      -fields runs:runname+tests:test_name+steps:step_name
      
      # shows runs and tests, no steps:
      
      -fields runs:runname+tests:test_name+item_path
      
      For script automation around -list-runs, it would also be nice if the test output looked like:
      
        Test: cv item_path: c/lpp
      
      Rather than: 
      
        Test: cv(c/lpp)
      
      If it needs to be handled with a different dumpmode, that is ok too
      
    2. foundin initialized to: "1.65/91"
    3. login: "jmoon18"
    4. private_contact initialized to: "bed011348e74e6fdf4825cd6bb9652c7d819dba5"
    5. severity initialized to: "Minor"
    6. status initialized to: "Open"
    7. title initialized to:
      megatest -list-runs should allow listing tests without steps if specifying fields
      
    8. type initialized to: "Feature_Request"