chore(cli): filter matches against absolute path (#19900)

#19522
This commit is contained in:
Yury Semikhatsky 2023-01-05 13:39:39 -08:00 committed by GitHub
parent e07d1722ec
commit 2f3db200f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ function addTestCommand(program: Command) {
});
command.addHelpText('afterAll', `
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:
$ npx playwright test my.spec.ts