agent-ruby
agent-ruby copied to clipboard
Request: reportPortal needs to echo to stdout the feature/scenario/steps pass/fail count
We have 1 issue (more of a request): reportPortal does not echo to stdout the feature/scenario/steps pass/fail count: 1 scenario (1 passed) 2 steps (2 passed) 0m58.186s
This is causing an issue when we run in our CI/CD pipeline. Is there method/property setting that will echo this information? If not, can one be added for the next release?
@abotalov could you support us here?
Guess it can be achieved by redirecting ReportPortal formatter to a file or dev/null with --out
and adding standard progress
or pretty
formatter to run options.