parent
e07d1722ec
commit
2f3db200f6
|
|
@ -73,7 +73,7 @@ function addTestCommand(program: Command) {
|
||||||
});
|
});
|
||||||
command.addHelpText('afterAll', `
|
command.addHelpText('afterAll', `
|
||||||
Arguments [test-filter...]:
|
Arguments [test-filter...]:
|
||||||
Pass arguments to filter test files. Each argument is treated as a regular expression.
|
Pass arguments to filter test files. Each argument is treated as a regular expression. Matching is performed against the absolute file paths.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
$ npx playwright test my.spec.ts
|
$ npx playwright test my.spec.ts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue