Status Page E2E spec (#5068)

This commit is contained in:
Shaun
2024-08-31 20:20:55 -04:00
committed by GitHub
parent ba46945ea9
commit c567e8eb8e
9 changed files with 185 additions and 48 deletions

View File

@@ -58,7 +58,7 @@ export default defineConfig({
// Run your local dev server before starting the tests.
webServer: {
command: `node extra/remove-playwright-test-data.js && node server/server.js --port=${port} --data-dir=./data/playwright-test`,
command: `node extra/remove-playwright-test-data.js && cross-env NODE_ENV=development node server/server.js --port=${port} --data-dir=./data/playwright-test`,
url,
reuseExistingServer: false,
cwd: "../",