We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f07f02 commit a87bd26Copy full SHA for a87bd26
1 file changed
src/BikeTracking.Frontend/playwright.config.ts
@@ -32,6 +32,11 @@ export default defineConfig({
32
stdout: 'pipe',
33
stderr: 'pipe',
34
timeout: 180000,
35
+ env: {
36
+ // Use a dedicated E2E database so test runs never touch the local dev DB.
37
+ // ASP.NET Core maps ConnectionStrings__<name> to ConnectionStrings[name].
38
+ ConnectionStrings__BikeTracking: 'Data Source=biketracking.e2e.db',
39
+ },
40
},
41
{
42
command: 'npm run dev -- --host localhost --port 9000',
0 commit comments