From e5145a209ac642a36da539dc414f26da75486c52 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 5 Oct 2022 13:28:13 +0800 Subject: [PATCH] Update cypress config --- config/cypress.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/cypress.config.js b/config/cypress.config.js index 4eeb6845..26784e88 100644 --- a/config/cypress.config.js +++ b/config/cypress.config.js @@ -1,7 +1,9 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ + projectId: "vyjuem", e2e: { + experimentalStudio: true, setupNodeEvents(on, config) { },