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
@@ -79,6 +79,7 @@ Please note that all configuration properties are optional.
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
81
|`includeSuiteFailure`|`BOOLEAN`| If set to true, this will output the detailed failure message for complete suite failures. |`false`|
82
+
|`includeObsoleteSnapshots`|`BOOLEAN`| If set to true, this will output obsolete snapshot names. |`false`|
82
83
|`logo`|`STRING`| Path to a logo that will be included in the header of the report |`null`|
83
84
|`outputPath`|`STRING`| The path to where the plugin will output the HTML report. The path must include the filename and end with .html |`"./test-report.html"`|
84
85
|`pageTitle`|`STRING`| The title of the document. This string will also be outputted on the top of the page. |`"Test Suite"`|
0 commit comments