diff --git a/cypress.config.js b/cypress.config.js index bc214b1d..4b31829d 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,5 +1,6 @@ module.exports = { e2e: { setupNodeEvents(on, config) {}, + projectId: "wgtz3v", }, }