pabot icon indicating copy to clipboard operation
pabot copied to clipboard

Robot framework like run output

Open MarcinGmurczyk opened this issue 2 years ago • 1 comments

So for now we have two ways of presenting results live:

  • use verbose flag and results would be kinda cluttered image with all the information about which tests is running now and what is exactly robot command passed to execute
  • do not use verbose flag and results would be kinda bare metal image with presenting information in non easy to read way

My propose is to add new flag that will alter the output in such way which gives you a clean view which tests finished with which status

===================================================================================================
Tests.Nightly.Ingest.Test Ingest                                                           | PASS |
---------------------------------------------------------------------------------------------------
Tests.Nightly.Integration.Ingest Content With TEST Not Existing Group_Id Enrichment        | PASS |
---------------------------------------------------------------------------------------------------
Tests.Nightly.Ingest.Test Ingest 2                                                         | SKIP |
---------------------------------------------------------------------------------------------------
Tests.Nightly.Ingest.Test Multi-Language                                                   | PASS |
---------------------------------------------------------------------------------------------------
Tests.Nightly.Ingest.Test Ingest Package                                                   | PASS |
---------------------------------------------------------------------------------------------------
Tests.Nightly.Integration.Ingest Content With Testinggg Enrichment                         | FAIL |
---------------------------------------------------------------------------------------------------
Tests.Nightly.Ingest.Test Ingest Package 2                                                 | PASS |
---------------------------------------------------------------------------------------------------
Tests.Nightly.Integration.Ingest Content With Warning Advisories With Testinggg Enrichment | PASS |
===================================================================================================
8 tests, 6 passed, 1 failed, 1 skipped
===================================================================================================
Output:  /home/testing/projects/robot/results/run_parallel.xml

MarcinGmurczyk avatar Aug 30 '22 19:08 MarcinGmurczyk

I could push a MR with implementation

MarcinGmurczyk avatar Aug 31 '22 07:08 MarcinGmurczyk

This is already available with --verbose option.

mkorpela avatar Dec 30 '22 08:12 mkorpela