mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-01 23:24:27 +02:00
added cypress
This commit is contained in:
10
cypress.config.ts
Normal file
10
cypress.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
video: false,
|
||||
});
|
Reference in New Issue
Block a user