Tests
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user