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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ Please note that all configuration properties are optional.
78
78
|`executionTimeWarningThreshold`|`NUMBER`| The threshold for test execution time (in seconds) in each test suite that will render a warning on the report page. 5 seconds is the default timeout in Jest. |`5`|
79
79
|`includeConsoleLog`|`BOOLEAN`| If set to true, this will output all triggered console logs for each test suite. Please note that you have to run Jest together with `--verbose=false` in order to have Jest catch any logs during the tests. |`false`|
80
80
|`includeFailureMsg`|`BOOLEAN`| If this setting is set to true, this will output the detailed failure message for each failed test. |`false`|
81
+
|`includeStackTrace`|`BOOLEAN`| Turning this option off will cut the stack trace from the failure messages. |`true`|
81
82
|`includeSuiteFailure`|`BOOLEAN`| If set to true, this will output the detailed failure message for complete suite failures. |`false`|
82
83
|`includeObsoleteSnapshots`|`BOOLEAN`| If set to true, this will output obsolete snapshot names. |`false`|
83
84
|`logo`|`STRING`| Path to a logo that will be included in the header of the report |`null`|
0 commit comments