migrate to cypress 10
This commit is contained in:
8
packages/website/cypress.config.ts
Normal file
8
packages/website/cypress.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "cypress"
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {},
|
||||
baseUrl: "http://localhost:3000/",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user