mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:12:20 +00:00
revert baseurl
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineConfig } from "cypress";
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
reporter: "list",
|
reporter: "list",
|
||||||
e2e: {
|
e2e: {
|
||||||
baseUrl: "http://localhost:3000/loginname",
|
baseUrl: "http://localhost:3000",
|
||||||
specPattern: "cypress/integration/**/*.cy.{js,jsx,ts,tsx}",
|
specPattern: "cypress/integration/**/*.cy.{js,jsx,ts,tsx}",
|
||||||
setupNodeEvents(on, config) {
|
setupNodeEvents(on, config) {
|
||||||
// implement node event listeners here
|
// implement node event listeners here
|
||||||
|
|||||||
Reference in New Issue
Block a user