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
|**`additionalInformation`**|`Array<{ label: string; value: string; }>`|`null`| A list of additional information to be added to the top of the report. |
89
89
|**`append`**|`boolean`|`false`| Append test results to an existing report. |
90
90
|**`boilerplate`**|`string`|`null`| Path to an HTML boilerplate file. The `{jesthtmlreporter-content}` variable will be replaced with test results. |
@@ -93,7 +93,7 @@ or via adding a key to `package.json` named "jest-html-reporter":
93
93
|**`dateFormat`**|`string`|`yyyy-mm-dd HH:MM:ss`| Date format for timestamps. See [documentation](https://github.com/Hargne/jest-html-reporter/wiki/Date-Format) for available formats. |
94
94
|**`executionTimeWarningThreshold`**|`number`|`5`| Warn if a test suite exceeds this execution time (in seconds). |
95
95
|**`includeConsoleLog`**|`boolean`|`false`| Include `console.log` outputs in the report (**requires**`--verbose=false`). |
96
-
|**`includeConsoleLogOrigin`**|`boolean`|`true`|Include`console.log` origin (stack trace) in the report (**requires**`--verbose=false`). |
96
+
|**`hideConsoleLogOrigin`**|`boolean`|`true`|Hide`console.log` origin (stack trace) in the report (**requires**`--verbose=false`).|
97
97
|**`includeFailureMsg`**|`boolean`|`false`| Show detailed error messages for failed tests. |
98
98
|**`includeStackTrace`**|`boolean`|`true`| Show stack traces for failed tests. |
99
99
|**`includeSuiteFailure`**|`boolean`|`false`| Show detailed errors for entire failed test suites. |
0 commit comments