You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GemcoFrontedn/cypress.config.ts

13 lines
275 B

1 year ago
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
baseUrl: "http://localhost:3000",
},
waitForAnimations: false,
animationDistanceThreshold: 50,
});