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 d563e0c commit 2e65aa5Copy full SHA for 2e65aa5
tests/config/playwright.base.config.ts
@@ -7,7 +7,7 @@ const envMaxInstances = Number.parseInt(process.env.WORKERS_MAX_INST!) || 10;
7
*/
8
export const config: PlaywrightTestConfig = {
9
testDir: '../sandbox/messages/get_single_letter/',
10
- testMatch: '*.spec\.ts/',
+ testMatch: '*.spec.ts/',
11
/* Maximum time one test can run for. */
12
timeout: 60 * 1000,
13
workers: envMaxInstances,
0 commit comments