This commit is contained in:
cupcakearmy 2022-11-14 15:55:49 +01:00
parent 7a045b3f34
commit 7b202962e8
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
3 changed files with 4 additions and 2 deletions

2
.dev.env Normal file
View File

@ -0,0 +1,2 @@
SIZE_LIMIT=10MiB
VERBOSITY=debug

View File

@ -11,7 +11,7 @@ services:
app:
build: .
env_file: .env
env_file: .dev.env
depends_on:
- redis
ports:

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',