-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress integration migrated to 11+ #120
Conversation
@jayedul are there any additional work needed here or can this PR come out of draft for review? |
@jeffpaul As it looks like, WP minimum version attempts to run on updated PHP environment. That's why we see the error |
@@ -0,0 +1,18 @@ | |||
const { defineConfig } = require('cypress') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename this to config.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can. Then it should be changed in package.json
file too. That's all, I believe. I didn't change as it was automatically migrated from config.json
by cypress.
@jayedul I have synced the latest |
@Sidsector9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for working on this @jayedul
LGTM 👍
Description of the Change
Cypress integration migrated to 11+
Closes #116
How to test the Change
npm run cypress:run
to test without GUInpm run cypress:open
to test with GUIChangelog Entry
Checklist: