cypress-testing/button-form/cypress.config.js

11 lines
168 B
JavaScript
Raw Permalink Normal View History

2025-01-28 13:00:12 +00:00
import { defineConfig } from "cypress";
export default defineConfig({
component: {
devServer: {
framework: "react",
bundler: "vite",
},
},
});