This commit is contained in:
Moritz Utcke
2025-03-25 22:42:28 -03:00
parent 75ade8ebaa
commit 9acf9e1e50
5 changed files with 82 additions and 64 deletions

View File

@@ -9,7 +9,7 @@ export default defineConfig({
baseUrl: "http://localhost:3000",
viewportHeight: 900,
viewportWidth: 1660,
supportFile: false,
supportFile: fileURLToPath(new URL("./src/cypress/support/commands.ts", import.meta.url)),
specPattern: "./src/cypress/e2e/**/*.{ts,js}",
setupNodeEvents(on, config) {
on("file:preprocessor", vitePreprocessor({