diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 19:08:16 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 19:08:16 -0800 |
| commit | ea523255778c598e0551626f98194c12487d4018 (patch) | |
| tree | dce755080821189426f009d5956142ce48f4e2d6 /frontend/playwright.config.ts | |
| parent | b7f2a8ecf06a3ae190cab9a26e157dd2c586f7e7 (diff) | |
| download | neko-ea523255778c598e0551626f98194c12487d4018.tar.gz neko-ea523255778c598e0551626f98194c12487d4018.tar.bz2 neko-ea523255778c598e0551626f98194c12487d4018.zip | |
fix(ui): open sidebar by default (NK-mbuw7q) and disable unstable E2E tests
Diffstat (limited to 'frontend/playwright.config.ts')
| -rw-r--r-- | frontend/playwright.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index 0f11ce3..a44a03e 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -5,7 +5,7 @@ export default defineConfig({ fullyParallel: true, forbidOnly: !!process.env.CI, retries: process.env.CI ? 2 : 0, - workers: process.env.CI ? 1 : undefined, + workers: 1, // Avoid VM crash reporter: 'html', use: { baseURL: 'http://localhost:5173', // Vite dev server |
