Hey,
We are using many features with Scenario Outline to run the scenario multiple times, with different combinations of values. But, importing results to Xray creates a test execution report with failed/passed features and not by scenarios with parameters.
For instance:
We got 1 Scenario Outline with 5 rows to run the scenario 5 times. Importing the results to Xray creates a test execution with 1 total test (1 feature file). We intend to get results for each execution which means 5 tests in the report.
In the below cucumber report we got 1 scenario outline with 14 rows, XRay test execution generates a report with 1 test with 1 status. We should display 14 tests in the report.
Is it possible to generate a report with the number of times we run the Scenario Outline?
any solution to this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.