-
Notifications
You must be signed in to change notification settings - Fork 113
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
[META] Upgrade to Cypress12 #801
Comments
Actually now cypress 9.5.4 has an issue that it will hang the test when running out of memory, and lacks many of the security fix. |
I +1 this. There is improvements to performance, and could save our CI time and money. OSD also takes a dependency on Cypress 9. So we should bump as well. Tracked here: opensearch-project/OpenSearch-Dashboards#6309 cc: @manasvinibs |
@peterzhuamazon @cwperks @kavilla @SuZhou-Joe Hi team, I wonder what's the progress to upgrade functional test repo to use cypress 12, is it still on track? Do we have a target release? Linked the original issue created back in 2022 #408 |
The opensearch-dashboards-functional-test repo is using an outdated version of Cypress (9.5.4). The current released version of cypress is 12.17.x which contains many useful improvements including support for cross-origin testing. A full changelog can be found here.
A feature branch (
feature/cypress12
) has been created for dashboards plugin repos to ensure that their tests run with the upgraded version of Cypress.I am filing a META issue to track the issues filed in each dashboards plugin repo to ensure that their tests can run with Cypress12.
Sample PR from Security updating tests to remove usages of
cy.server()
: #800Migration guide: https://docs.cypress.io/guides/references/migration-guide
Previously filed issue: #408
Dashboards and dashboards plugin issues:
The text was updated successfully, but these errors were encountered: