fix: web e2e (#12869)

This commit is contained in:
Jason Rasmussen
2024-09-23 11:16:25 -04:00
committed by GitHub
parent b1cdf73a24
commit 0cce7ebf25
5 changed files with 9 additions and 11 deletions

View File

@@ -53,8 +53,10 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: 'docker compose up --build -V --remove-orphans',
command: 'docker compose up --build --renew-anon-volumes --force-recreate --remove-orphans',
url: 'http://127.0.0.1:2285',
stdout: 'pipe',
stderr: 'pipe',
reuseExistingServer: true,
},
});