ci(e2e): run Cypress in Chrome against 127.0.0.1
This commit is contained in:
@@ -2,7 +2,8 @@ import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:3000",
|
||||
// Use loopback to avoid network/proxy flakiness in CI.
|
||||
baseUrl: "http://127.0.0.1:3000",
|
||||
video: false,
|
||||
screenshotOnRunFailure: true,
|
||||
specPattern: "cypress/e2e/**/*.cy.{ts,tsx,js,jsx}",
|
||||
|
||||
Reference in New Issue
Block a user