You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Allure
Feature's description
@example@tms=ABC-222@issue=ABC-333Scenario Outline: Allure TestsGiven The sum of the numbers <a> and <b> must be equal to <c>Examples:
| a | b | c | | 1 | 2 | 3 | | 2 | 2 | 4 |
Actual behavior
I get a links array in allure result.json in the following format:
To Reproduce
Dependencies:
In cucumber config.js add
add tags to test scenarios:
Actual behavior
I get a links array in allure result.json in the following format:
Expected behavior
In allure result.json, the “links” array must contain the following format entities:
The text was updated successfully, but these errors were encountered: