Skip to content

Commit 9bf24a7

Browse files
committed
Rename table column to hideConsoleLogOrigin and adjust README formatting.
1 parent e478ee9 commit 9bf24a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ or via adding a key to `package.json` named "jest-html-reporter":
8484
## 📌 Configuration Options (All Optional)
8585

8686
| Option | Type | Default | Description |
87-
| ----------------------------------- | ------------------------------------------ | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
87+
|-------------------------------------| ------------------------------------------ | --------------------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
8888
| **`additionalInformation`** | `Array<{ label: string; value: string; }>` | `null` | A list of additional information to be added to the top of the report. |
8989
| **`append`** | `boolean` | `false` | Append test results to an existing report. |
9090
| **`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":
9393
| **`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. |
9494
| **`executionTimeWarningThreshold`** | `number` | `5` | Warn if a test suite exceeds this execution time (in seconds). |
9595
| **`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`). |
9797
| **`includeFailureMsg`** | `boolean` | `false` | Show detailed error messages for failed tests. |
9898
| **`includeStackTrace`** | `boolean` | `true` | Show stack traces for failed tests. |
9999
| **`includeSuiteFailure`** | `boolean` | `false` | Show detailed errors for entire failed test suites. |

0 commit comments

Comments
 (0)