diff --git a/orgfront/playwright.config.ts b/orgfront/playwright.config.ts index e94653ff..5b8ce182 100644 --- a/orgfront/playwright.config.ts +++ b/orgfront/playwright.config.ts @@ -17,6 +17,11 @@ const configuredWorkers = process.env.PLAYWRIGHT_WORKERS */ export default defineConfig({ testDir: "./tests", + testMatch: [ + "**/light-theme.spec.ts", + "**/orgchart-*.spec.ts", + "**/orgfront-*.spec.ts", + ], /* Run tests in files in parallel */ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */