E2E: remove Clerk bypass and sign in via Clerk in Cypress

This commit is contained in:
abhi1693
2026-02-07 17:01:00 +00:00
committed by Kunal
parent c4a5d8dd48
commit ecee7ecaf5
4 changed files with 42 additions and 19 deletions

View File

@@ -2,8 +2,7 @@ import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
// Use loopback to avoid network/proxy flakiness in CI.
baseUrl: "http://127.0.0.1:3000",
baseUrl: "http://localhost:3000",
video: false,
screenshotOnRunFailure: true,
specPattern: "cypress/e2e/**/*.cy.{ts,tsx,js,jsx}",