This commit is contained in:
2022-11-14 15:55:49 +01:00
parent 7a045b3f34
commit 7b202962e8
3 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ const config: PlaywrightTestConfig = {
outputDir: './test-results',
testDir: './test',
timeout: 60_000,
// testIgnore: ['file/too-big.spec.ts'],
testIgnore: ['file/too-big.spec.ts'],
webServer: {
command: 'docker compose -f docker-compose.dev.yaml up',