sendou.ink/cypress.config.ts
2022-06-24 14:55:59 +03:00

10 lines
191 B
TypeScript

import { defineConfig } from "cypress";
export default defineConfig({
fixturesFolder: false,
e2e: {
// setupNodeEvents(on, config) {},
baseUrl: "http://localhost:4455",
},
});