supplier_central_frontend/cypress.config.ts

10 lines
206 B
TypeScript
Raw Permalink Normal View History

2026-08-09 05:58:41 +00:00
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: "http://localhost:5173",
supportFile: false,
specPattern: "cypress/e2e/**/*.cy.{js,jsx,ts,tsx}"
},
});