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.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -170,14 +170,15 @@ That's it! :tada:
170
170
|**allureWrapCustomCommands**<br/>_type: true/false/string_<br/>_default: true_ <br/><br/>ex:<br/> - `allureWrapCustomCommands: 'true'`<br/> - `allureWrapCustomCommands:'qaId,login'`<br/> - `allureWrapCustomCommands:'!qaValue'`| will wrap custom commands, so custom command will have child steps in report<br/>When value has string with commands split by comma will wrap only these commands. <br/>To exclude commands specify them starting with `!` - all commands specified in this variable should have either `!` or not have it <br/><br/>For this to work you should register allure plugin in setup files before any new commands are added.<br/><br/>|
171
171
|**allureCleanResults**<br/>_type: boolean_<br/>_default: false_| Will remove allure results on cypress start (it will be done once, after plugins are loaded) |
172
172
|**allureAttachRequests**<br/>_type: boolean_<br/>_default: false_| Attach request/response body and status as files to request step<br/><br/>Several requests:<br/><br/>One request: <br/>|
173
-
|**allureAddBodiesToRequests**<br/>_type: string_<br/>_default: undefined_| Add request/response bodies to request object of `request:started`/ `request:ended` custom events, [see more](#startend-request-events)|
173
+
|**allureAddBodiesToRequests**<br/>_type: string_<br/>_default: undefined_| Add request/response bodies to request object of `request:started`/ `request:ended` custom events, [see more](#startend-request-events)|
174
174
|**allureCompactAttachments**<br/>*type: boolea*n<br/>_default: true_| Stringify requests attachments with spaces or not |
175
175
|**allureAddVideoOnPass**<br/>_type: boolean_<br/>_default: false_| When true - will attach video for all tests (including passed), otherwise will attach videos only for failed, broken, unknown |
176
176
|**tmsPrefix** <br/>_type: string_<br/><br/>ex: `http://jira.com` or `http://jira.com/PROJECT-1/*/browse`| You can specify prefix to tms using this. It will be concatenated with value when using cypress interface like `cy.allure().tms('PROJ-01')`. <br/>Also link can be specified with `*` - it will be replaced with id. <br/><br/>Difference between tms and issue - will have different icons: <br/><br/> |
177
177
|**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')`|
178
178
|**allureShowDuplicateWarn**<br/>_type: boolean_<br/>_default: false_| Show console warnings about test duplicates. |
179
-
|**allureShowTagsInTitle**<br/>_type: boolean_<br/>_default: undefined_| Whether to show tags in test title or not. When undefined will keep title as is ([how to add tags?](#adding-meta-information)) |
179
+
|**allureShowTagsInTitle**<br/>_type: boolean_<br/>_default: undefined_| Whether to show tags in test title or not. When undefined will keep title as is ([how to add tags?](#adding-meta-information)) |
180
180
|**allureAddNonSpecialTags**<br/>_type: boolean_<br/>_default: true_| Whether to add non-special tags to tests. ([what are special tags?](#adding-meta-information)) |
181
+
|**allureIgnoreUncaughtExceptions**<br/>_type: string_<br/>_default: adds all_| Whether to add uncaught exception details to steps, value - exception messages split by comma, can use asterisk to replace any symbol |
0 commit comments