mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-20 02:08:33 -05:00
10 lines
191 B
TypeScript
10 lines
191 B
TypeScript
import { defineConfig } from "cypress";
|
|
|
|
export default defineConfig({
|
|
fixturesFolder: false,
|
|
e2e: {
|
|
// setupNodeEvents(on, config) {},
|
|
baseUrl: "http://localhost:4455",
|
|
},
|
|
});
|