Update cypress config

This commit is contained in:
Louis Lam 2022-10-05 13:28:13 +08:00
parent 12696dd53e
commit e5145a209a
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
const { defineConfig } = require("cypress");
module.exports = defineConfig({
projectId: "vyjuem",
e2e: {
experimentalStudio: true,
setupNodeEvents(on, config) {
},