wait until dev server started for frontend tests
Some checks failed
CI/CD Pipeline / test (push) Failing after 23m51s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-04-19 15:04:03 +02:00
parent d6214d5369
commit 8f2d1ef6f4

View File

@ -72,5 +72,6 @@ export default defineConfig({
webServer: { webServer: {
timeout: 15 * 60 * 1000, timeout: 15 * 60 * 1000,
command: 'cd .. && ./test_db.sh && cargo r', command: 'cd .. && ./test_db.sh && cargo r',
url: 'http://127.0.0.1:8000'
}, },
}); });