-
Notifications
You must be signed in to change notification settings - Fork 916
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
[Cypress12] Ensure cypress functional tests run with Cypress12 #4813
Comments
This has a wide blast radius, impacting plugins too. |
@AMoo-Miki This is part of a greater META issue where I have filed issues on all dashboards plugin repos that have cypress tests. There is a feature branch in opensearch-dashboards-functional-test repo ( Once all plugin repos have time to react, I plan to create a PR to merge the |
We're not planning on it given there's a number of breaking changes across these 3 versions that could affect others. Happy to discuss and understand further though if y'all have a need for this in 2.X. |
The opensearch-dashboards-functional-test repo is working on upgrading the version of Cypress used in the repo from v9 to v12.
There is a feature branch in the repository called
feature/cypress12
to work on the upgrade and ensure that all repositories that have functional tests in the repo can verify that their tests run successfully with the upgraded version of cypress. If any updates to tests are required please submit a PR against the function test repo and base the PR on thefeature/cypress12
branch to show the tests running with the upgraded version of Cypress.Please refer to the migration guide from Cypress to reference when updating tests.
If no work is required to update the tests then please close this issue and indicate that no update is required.
The text was updated successfully, but these errors were encountered: