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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ or via adding a key to `package.json` named "jest-html-reporter":
92
92
|**`customScriptPath`**|`string`|`null`| Path to an external script file injected into the report. |
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
-
|**`hideConsoleLogOrigin`**|`boolean`|`true`| Hide `console.log` origin (stack trace) in the report (**requires**`--verbose=false`). |
95
+
|**`hideConsoleLogOrigin`**|`boolean`|`false`| Hide `console.log` origin (stack trace) in the report (**requires**`--verbose=false`). |
96
96
|**`includeConsoleLog`**|`boolean`|`false`| Include `console.log` outputs 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. |
0 commit comments