feature/05-exercise-encyclopedia #4

Merged
sphinxen merged 28 commits from feature/05-exercise-encyclopedia into main 2026-03-06 12:29:20 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1f93f2d4ad - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = { export default {
testDir: "./tests", testDir: "./tests",
use: { use: {
baseURL: process.env.STAGING_URL || "https://gravl.homelab.local", baseURL: process.env.STAGING_URL || "https://gravl.homelab.local",
+1 -1
View File
@@ -1,4 +1,4 @@
const { test, expect } = require("@playwright/test"); import { test, expect } from "@playwright/test";
test("login page loads", async ({ page }) => { test("login page loads", async ({ page }) => {
await page.goto("/login"); await page.goto("/login");