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: docs/configuration.md
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ After running `codeceptjs init` it should be saved in test root.
29
29
|`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' ```|
30
30
|`timeout?`|`number`| Set default tests timeout in seconds. Tests will be killed on no response after timeout. ```timeout: 20, ```|
31
31
|`translation?`|`string`| Enable [localized test commands](https://codecept.io/translation/)|
32
+
|`maskSensitiveData?`|`boolean`| Enable to mask Sensitive Data in console. |
0 commit comments