We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d4d4b commit fa2fcaaCopy full SHA for fa2fcaa
1 file changed
playwright.config.ts
@@ -14,6 +14,7 @@ const baseURL = `http://localhost:${port}`
14
const config: PlaywrightTestConfig = {
15
forbidOnly: isInCi,
16
testDir: 'e2e',
17
+ testMatch: /.*\.spec\.ts$/,
18
fullyParallel: true,
19
retries: isInCi ? 2 : 0,
20
reporter: isInCi ? 'github' : 'line',
0 commit comments