We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6166cd commit 519c328Copy full SHA for 519c328
doc/api/test.md
@@ -1282,6 +1282,12 @@ changes:
1282
For each test that is executed, any corresponding test hooks, such as
1283
`beforeEach()`, are also run.
1284
**Default:** `undefined`.
1285
+ * `testSkipPatterns` {string|RegExp|Array} A String, RegExp or a RegExp Array,
1286
+ that can be used to exclude running tests whose name matches the provided pattern.
1287
+ Test name patterns are interpreted as JavaScript regular expressions.
1288
+ For each test that is executed, any corresponding test hooks, such as
1289
+ `beforeEach()`, are also run.
1290
+ **Default:** `undefined`.
1291
* `timeout` {number} A number of milliseconds the test execution will
1292
fail after.
1293
If unspecified, subtests inherit this value from their parent.
0 commit comments