We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d6ad4 commit 3d0302eCopy full SHA for 3d0302e
cypress/e2e/cucumber/allure.feature
@@ -9,9 +9,9 @@ Feature: AllureAPI
9
Rule: TestRule
10
11
@testID("12345")
12
- @issue("jira", "tmsLink")
13
- @tms("tms", "tmsLink")
14
- @link("example", "https://example.com")
+ @issue("jira","tmsLink")
+ @tms("tms","tmsLink")
+ @link("example","https://example.com")
15
@severity("minor")
16
@tagForTest
17
Scenario: Cucumber tags should work
0 commit comments