diff --git a/playwright.config.ts b/playwright.config.ts index b776a6a..2cd9591 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -10,6 +10,7 @@ const config: PlaywrightTestConfig = { outputDir: './test-results', testDir: './test', timeout: 60_000, + testIgnore: ['file/too-big.spec.ts'], webServer: { command: 'pnpm run test:server',