We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2ca45 commit daac89aCopy full SHA for daac89a
1 file changed
playwright.config.ts
@@ -4,7 +4,7 @@ export default defineConfig({
4
testDir: './e2e',
5
fullyParallel: false,
6
// workers:1 keeps lab scene transitions stable; TFJS model load is timing-sensitive.
7
- workers: 1,
+ workers: '100%',
8
retries: process.env.CI ? 2 : 0,
9
// 90 s per test — TFJS model (1.87 MB) + scene transitions can be slow in CI.
10
timeout: 60_000,
0 commit comments