wait until dev server started for frontend tests
This commit is contained in:
parent
d6214d5369
commit
8f2d1ef6f4
@ -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'
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user