From 46691e2d785f9e861a5fecfaa68618160635c0ed Mon Sep 17 00:00:00 2001 From: Chris Mead Date: Tue, 7 Jan 2025 14:33:05 -0700 Subject: [PATCH] stub out most tests for faster feedback --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 5fe53254bca..7135c3f2090 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', + testDir: './test/e2e/connections', testIgnore: '**/example.test.ts', testMatch: '*.test.ts', fullyParallel: false, // Run individual tests w/in a spec in parallel