We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74784f3 commit 98ab1fdCopy full SHA for 98ab1fd
1 file changed
client/playwright.config.ts
@@ -2,7 +2,7 @@ import { defineConfig, devices } from "@playwright/test";
2
3
const isCI = !!process.env.CI;
4
5
-const baseURL = process.env.BASE_URL || "https://ralphina.ethz.ch";
+const baseURL = process.env.BASE_URL || "http://localhost:8082/";
6
7
const ignoreHTTPSErrors = process.env.E2E_IGNORE_HTTPS_ERRORS === "true";
8
0 commit comments