reportportal / agent-ruby

Agent - Ruby Cucumber and RSpec formatters
Apache License 2.0
15 stars 43 forks source link

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

Open elkrib opened 4 years ago

elkrib commented 4 years ago

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?

DzmitryHumianiuk commented 4 years ago

@abotalov could you support us here?

andrii-rymar commented 3 years ago

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.