supplier_central_frontend/cypress.config.ts
vickytechkey 1bb45cdee0
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 44s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 6s
update cypress:run to use headed mode
2026-08-09 11:28:41 +05:30

9 lines
206 B
TypeScript

import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: "http://localhost:5173",
supportFile: false,
specPattern: "cypress/e2e/**/*.cy.{js,jsx,ts,tsx}"
},
});