feat: add database test safety configuration

This commit is contained in:
2026-03-31 18:23:47 -07:00
parent 6cef0ac342
commit abc1963aea
7 changed files with 120 additions and 17 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export default defineConfig({
],
// Run your local dev server before starting the tests
webServer: {
command: 'npm run dev',
command: 'DATABASE_URL="postgresql://euchre_camp:LINGO5row_hiding@dhg.lol:5432/euchre_camp_dev" npm run dev',
url: 'http://localhost:3000',
timeout: 120000,
reuseExistingServer: !process.env.CI,