chore(e2e): run Cypress in Chrome; use 127.0.0.1 baseUrl

This commit is contained in:
Kunal
2026-02-07 17:46:47 +00:00
parent cacf6f27df
commit fd2c272824
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: "http://localhost:3000",
baseUrl: "http://127.0.0.1:3000",
video: false,
screenshotOnRunFailure: true,
specPattern: "cypress/e2e/**/*.cy.{ts,tsx,js,jsx}",