Skip to content

Commit

Permalink
feat: mask sensitive data (docs) (#4636)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkushang authored Dec 12, 2024
1 parent 5abda10 commit 02420fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ After running `codeceptjs init` it should be saved in test root.
| `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' ``` |
| `timeout?` | `number` | Set default tests timeout in seconds. Tests will be killed on no response after timeout. ```timeout: 20, ``` |
| `translation?` | `string` | Enable [localized test commands](https://codecept.io/translation/) |
| `maskSensitiveData?` | `boolean` | Enable to mask Sensitive Data in console. |


## Require
Expand Down

0 comments on commit 02420fa

Please sign in to comment.