-
Notifications
You must be signed in to change notification settings - Fork 115
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
[BUG] Upgrade to cypress@^10.8.0 to resolve path separator issues #370
Comments
Seems like cypress 10 does not support cypress.json anymore and requires some migration:
|
Will do after 2.4.0 release |
@tianleh @seanneumann @seraphjiang Lets target this for 1.3.7 release scheduled for Dec 08 2022 |
Yes, please. |
Renamed the issue to upgrade to 10+, assigned to @tianleh. |
Latest development to use cypress 9 version is also running, the reason it failed is because data source is not enabled as well as vis_builder. |
Great! In this case, do we still need to handle Cypress 10 upgrade as a priority, especially for 1.3.7? @peterzhuamazon |
Hi @tianleh this is not a priority now, we are able to run cypress on Windows for the past week and it runs well. Thanks. |
Sure. Let me remove the |
Hi All,
2.4.0 cypress windows CI on github failed with these error:
https://github.com/opensearch-project/opensearch-dashboards-functional-test/actions/runs/3383921006/jobs/5620287472#step:14:159
Related to Cypress version have to update to at least 10.8.0:
We might also need to consider upgrade to 10.11.0 which is the latest version as the writing of this issue:
https://docs.cypress.io/guides/references/changelog#10-11-0
Thanks.
The text was updated successfully, but these errors were encountered: