We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug WP-Cypress does not recognize WP release candidate versions when passed inside cypress.config.js file.
cypress.config.js
To Reproduce Steps to reproduce the behavior:
6.6-RC3
Expected behavior Cypress tests should run as expected
Screenshots
Desktop (please complete the following information):
Additional context It looks to me that issue is within lib/modules/verifyWPVersion.js file which looks for locale version of WP instead of non-locale. So, when we visit this URL (non-locale), we can see WP hash: https://wordpress.org/wordpress-6.6-RC3.zip.md5 But in this one (locale version) we cannot see WP hash: https://wordpress.org/wordpress-6.6-RC3.zip.md5
lib/modules/verifyWPVersion.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
WP-Cypress does not recognize WP release candidate versions when passed inside
cypress.config.js
file.To Reproduce
Steps to reproduce the behavior:
cypress.config.js
6.6-RC3
as wordpress versionExpected behavior
Cypress tests should run as expected
Screenshots
Desktop (please complete the following information):
Additional context
It looks to me that issue is within
lib/modules/verifyWPVersion.js
file which looks for locale version of WP instead of non-locale.So, when we visit this URL (non-locale), we can see WP hash: https://wordpress.org/wordpress-6.6-RC3.zip.md5
But in this one (locale version) we cannot see WP hash: https://wordpress.org/wordpress-6.6-RC3.zip.md5
The text was updated successfully, but these errors were encountered: