From 2f3db200f6275fe85df64eedd78585b14a1644ea Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 5 Jan 2023 13:39:39 -0800 Subject: [PATCH] chore(cli): filter matches against absolute path (#19900) #19522 --- packages/playwright-test/src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright-test/src/cli.ts b/packages/playwright-test/src/cli.ts index 4196d4be28..6e4f52dbaf 100644 --- a/packages/playwright-test/src/cli.ts +++ b/packages/playwright-test/src/cli.ts @@ -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