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
Copy file name to clipboardexpand all lines: README.pack.md
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Some settings were taken from [@shelex/cypress-allure-plugin](https://www.npmjs.
20
20
- Wraps custom commands into parent step, so report is cleaner
21
21
- has interface to set status message for tests - `cy.allure().testDetails({ message: "This test is skipped because needs to be reviewed" })`
22
22
- writes test files after each test - so you can watch execution in Allure TestOps
23
+
-[gherkin support](./docs/gherkin.md)
23
24
24
25
Example report is here - [Allure Report example](https://mmisty.github.io/cypress-allure-adapter-example/)
25
26
@@ -157,6 +158,7 @@ That's it! :tada:
157
158
|**issuePrefix** <br/>_type: string_<br/><br/>ex: `http://jira.com` or `http://jira.com/PROJECT-1/*/browse`| The same as tmsPrefix - for issue `cy.allure().issue('PROJ-02')`|
158
159
|**allureShowDuplicateWarn**<br/>_type: boolean_<br/>_default: false_| Show console warnings about test duplicates. |
159
160
|**allureShowTagsInTitle**<br/>_type: boolean_<br/>_default: undefined_| Whether to show tags in test title or not. When undefined will keep title as is |
161
+
|**allureAddNonSpecialTags**<br/>_type: boolean_<br/>_default: true_| Whether to add non-special tags to tests |
0 commit comments