Skip to content

Commit 519c328

Browse files
avivkelleraduh95
authored andcommitted
doc: document addition testing options
PR-URL: #53569 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent c6166cd commit 519c328

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/test.md

+6
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,12 @@ changes:
12821282
For each test that is executed, any corresponding test hooks, such as
12831283
`beforeEach()`, are also run.
12841284
**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`.
12851291
* `timeout` {number} A number of milliseconds the test execution will
12861292
fail after.
12871293
If unspecified, subtests inherit this value from their parent.

0 commit comments

Comments
 (0)