1
0
forked from baron/baron-sso

Scope orgfront playwright tests

This commit is contained in:
2026-04-30 16:26:06 +09:00
parent ef679d41ea
commit 28a440734c

View File

@@ -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. */