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 629a086 commit eb0cf64Copy full SHA for eb0cf64
packages/e2e-tests/test-applications/nextjs-app-dir/playwright.config.ts
@@ -27,8 +27,6 @@ const config: PlaywrightTestConfig = {
27
forbidOnly: !!process.env.CI,
28
/* `next dev` is incredibly buggy with the app dir */
29
retries: testEnv === 'development' ? 3 : 0,
30
- /* Opt out of parallel tests on CI. */
31
- workers: 1,
32
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
33
reporter: 'list',
34
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
0 commit comments