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:
- Open
cypress.config.js
- Set WP release candidate, eg:
6.6-RC3 as wordpress version
- Run cypress tests
Expected behavior
Cypress tests should run as expected
Screenshots

Desktop (please complete the following information):
- wp-cypress: version: 0.13.1
- cypress: version: 13.12.0
- cypress browser: [all]
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
Describe the bug
WP-Cypress does not recognize WP release candidate versions when passed inside
cypress.config.jsfile.To Reproduce
Steps to reproduce the behavior:
cypress.config.js6.6-RC3as 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.jsfile 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