Skip to content

Commit 98ab1fd

Browse files
committed
Client : E2E Tests : Updated config to run on localhost if base url is not set in env
1 parent 74784f3 commit 98ab1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig, devices } from "@playwright/test";
22

33
const isCI = !!process.env.CI;
44

5-
const baseURL = process.env.BASE_URL || "https://ralphina.ethz.ch";
5+
const baseURL = process.env.BASE_URL || "http://localhost:8082/";
66

77
const ignoreHTTPSErrors = process.env.E2E_IGNORE_HTTPS_ERRORS === "true";
88

0 commit comments

Comments
 (0)