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.
Can we rename this to config.js
There was a problem hiding this comment.
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 |
Sidsector9
left a comment
There was a problem hiding this comment.
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:runto test without GUInpm run cypress:opento test with GUIChangelog Entry
Checklist: