revert baseurl

This commit is contained in:
peintnermax
2024-08-09 15:30:31 +02:00
parent 1f727c664a
commit 5f7b5bf46a

View File

@@ -3,7 +3,7 @@ import { defineConfig } from "cypress";
export default defineConfig({
reporter: "list",
e2e: {
baseUrl: "http://localhost:3000/loginname",
baseUrl: "http://localhost:3000",
specPattern: "cypress/integration/**/*.cy.{js,jsx,ts,tsx}",
setupNodeEvents(on, config) {
// implement node event listeners here