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 fb65ce3 commit 28f2644Copy full SHA for 28f2644
playwright.config.ts
@@ -1,4 +1,4 @@
1
-import { defineConfig, devices } from '@playwright/test'
+import { defineConfig } from '@playwright/test'
2
3
/**
4
* See https://playwright.dev/docs/test-configuration.
@@ -7,7 +7,6 @@ export default defineConfig({
7
testDir: './tests/e2e',
8
/* Run tests in files in parallel */
9
fullyParallel: true,
10
- workers: 1,
11
/* Fail the build on CI if you accidentally left test.only in the source code. */
12
forbidOnly: !!process.env.CI,
13
/* Retry on CI only */
0 commit comments