From 28a440734cabf971b61298e6b741fc1f5394feee Mon Sep 17 00:00:00 2001 From: Lectom Date: Thu, 30 Apr 2026 16:26:06 +0900 Subject: [PATCH] Scope orgfront playwright tests --- orgfront/playwright.config.ts | 5 +++++ 1 file changed, 5 insertions(+) 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. */