loud-city-40050
07/26/2022, 2:56 PMconst { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
baseUrl: "http://localhost:3000",
specPattern: "./cypress/integration/**/*.js",
},
component: {
indexHtmlFile: "./cypress/support/component-index.html",
devServer: {
framework: "next",
specPattern: "./cypress/components/**/*.js",
bundler: "webpack",
},
},
projectId: "7uticn",
});