agent-ruby icon indicating copy to clipboard operation
agent-ruby copied to clipboard

Request: reportPortal needs to echo to stdout the feature/scenario/steps pass/fail count

Open elkrib opened this issue 4 years ago • 2 comments

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?

elkrib avatar Mar 04 '20 15:03 elkrib

@abotalov could you support us here?

DzmitryHumianiuk avatar Mar 17 '20 15:03 DzmitryHumianiuk

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.

andrii-rymar avatar Feb 26 '21 16:02 andrii-rymar