test on docker image

This commit is contained in:
2022-11-14 15:47:12 +01:00
parent cb80c8bfe4
commit 7a045b3f34
5 changed files with 34 additions and 17 deletions

View File

@@ -10,10 +10,10 @@ 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: 'pnpm run test:server',
command: 'docker compose -f docker-compose.dev.yaml up',
port: 1234,
reuseExistingServer: true,
},