diff --git a/cypress.config.js b/cypress.config.js index cef382ab44..f4c082cecd 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -42,6 +42,7 @@ module.exports = defineConfig({ 'cypress/tests/integration/**/*.cy.{js,jsx,ts,tsx}', 'lib/pkp/cypress/tests/**/*.cy.{js,jsx,ts,tsx}', ], + redirectionLimit: 1000, experimentalRunAllSpecs: true, }, // Allow cypress to interact with iframes diff --git a/package.json b/package.json index df3d0423cf..cc05f2fa8b 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "cypress": "^12.17.1", "cypress-failed-log": "^2.7.0", "cypress-file-upload": "^5.0.8", + "cypress-iframe": "^1.0.1", "cypress-wait-until": "^1.7.1", "eslint": "^8.48.0", "eslint-plugin-vue": "^9.17.0",