feature/05-exercise-encyclopedia #4
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
export default {
|
||||
testDir: "./tests",
|
||||
use: {
|
||||
baseURL: process.env.STAGING_URL || "https://gravl.homelab.local",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { test, expect } = require("@playwright/test");
|
||||
import { test, expect } from "@playwright/test";
|
||||
|
||||
test("login page loads", async ({ page }) => {
|
||||
await page.goto("/login");
|
||||
|
||||
Reference in New Issue
Block a user