migrate to cypress 10

This commit is contained in:
itsMapleLeaf
2022-07-23 13:53:55 -05:00
committed by Darius
parent b275d9b330
commit e486da0881
10 changed files with 12 additions and 77 deletions

View File

@@ -0,0 +1,8 @@
import { defineConfig } from "cypress"
export default defineConfig({
e2e: {
setupNodeEvents(on, config) {},
baseUrl: "http://localhost:3000/",
},
})