import { defineConfig } from "cypress"; export default defineConfig({ component: { devServer: { framework: "react", bundler: "webpack", }, }, });