0
votes

I'm using cucumber-jvm in my QA automation framework, in this framework once the scenario gets executed i pass on the scenario results to test case management tool testrail to update the pass/fail status. To get the scenario details i use Scenario object and methods to retrive the neccessary details e.g scenario.getStatus(), scenario.getName(), etc

But is there a way/method which can give the details of scenario outline e.g. how many test scenario outlines and their individual test status?

1

1 Answers

0
votes

You can use either built-in plugins or 3rd party plugins (for example cucumber-reporting).

Other options is use your CI, build-tool or test-runner reports(depending on your environment)