Skip to content

Commit

Permalink
Add cypress iframe support
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Nov 7, 2024
1 parent 69876e2 commit 70f578e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 70f578e

Please sign in to comment.