Skip to content

Commit 02420fa

Browse files
authored
feat: mask sensitive data (docs) (#4636)
1 parent 5abda10 commit 02420fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ After running `codeceptjs init` it should be saved in test root.
2929
| `tests` | `string` | Pattern to locate CodeceptJS tests. Allows to enter glob pattern or an Array<string> of patterns to match tests / test file names. For tests in JavaScript: ```tests: 'tests/**.test.js' ``` For tests in TypeScript: ```tests: 'tests/**.test.ts' ``` |
3030
| `timeout?` | `number` | Set default tests timeout in seconds. Tests will be killed on no response after timeout. ```timeout: 20, ``` |
3131
| `translation?` | `string` | Enable [localized test commands](https://codecept.io/translation/) |
32+
| `maskSensitiveData?` | `boolean` | Enable to mask Sensitive Data in console. |
3233

3334

3435
## Require

0 commit comments

Comments
 (0)