pabot
pabot copied to clipboard
Robot framework like run output
So for now we have two ways of presenting results live:
- use verbose flag and results would be kinda cluttered
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
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
I could push a MR with implementation
This is already available with --verbose
option.