diff --git a/playwright.config.ts b/playwright.config.ts index 7135c3f2090..92f512d0840 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -13,7 +13,7 @@ import { currentsReporter } from '@currents/playwright'; */ export default defineConfig({ globalSetup: './test/e2e/tests/_global.setup.ts', - testDir: './test/e2e/connections', + testDir: './test/e2e/tests/connections', testIgnore: '**/example.test.ts', testMatch: '*.test.ts', fullyParallel: false, // Run individual tests w/in a spec in parallel