Skip to content

Commit fa2fcaa

Browse files
committed
playwright test match fix
1 parent e4d4d4b commit fa2fcaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const baseURL = `http://localhost:${port}`
1414
const config: PlaywrightTestConfig = {
1515
forbidOnly: isInCi,
1616
testDir: 'e2e',
17+
testMatch: /.*\.spec\.ts$/,
1718
fullyParallel: true,
1819
retries: isInCi ? 2 : 0,
1920
reporter: isInCi ? 'github' : 'line',

0 commit comments

Comments
 (0)