Upgrade Cypress from 9 to 13 for FTRepo - #1988
Conversation
46a1f98 to
7425a87
Compare
21e47ed to
15d7bca
Compare
| path: parsed.pathname + parsed.search, | ||
| method, | ||
| headers, | ||
| rejectUnauthorized: false, |
| "@cypress/skip-test": "^2.6.1", | ||
| "@opensearch-dashboards-test/opensearch-dashboards-test-library": "https://github.com/opensearch-project/opensearch-dashboards-test-library/archive/refs/tags/1.0.6.tar.gz", | ||
| "brace": "^0.11.1", | ||
| "cypress": "^13.6.3", |
There was a problem hiding this comment.
| "cypress": "^13.6.3", | |
| "cypress": "13.6.3", |
There was a problem hiding this comment.
I have created a new branch in my fork based on your main for testing purpose.
https://github.com/peterzhuamazon/opensearch-dashboards-functional-test/tree/cypress13-test
If there is more changes I will update there and PR to your fork. Thanks.
PSA: The above version should be locked, this is for easier setups and version matching specifically for docker images on Jenkins. Thanks.
|
Hi All, Run a few test locally with 13.17.0 image and seems ok. Once https://github.com/yyfamazon/opensearch-dashboards-functional-test/pull/1 is merged I think we can merge this PR then I will run full stack on all dists on jenkins. If there is more issues I can contact @yyfamazon to fix. Thanks! |
|
Pending these PR to be merged then I will merge opensearch-project/opensearch-build#6132 and build new images for jenkins testing.
Thanks. |
|
Still pending this PR to be merged related to above comment. |
Review: Upgrade Cypress from 9 to 13Thanks for the work on this migration, @yyfamazon! The overall approach is solid. Here are my findings: Must Fix1. Remove Should Fix2. Document Informational / Minor3. 4. 5. 6. Cypress version pinning What looks good
Overall this is in good shape. The binary file removal is the only blocker from my side. 👍 |
|
After sync with @yyfamazon this change is already in with c18b6d9. Then the PR is just pending for review and merge. Thanks. |
|
Hi @yyfamazon @ruanyl @wanglam are we ready to merge this and start testing? Thanks! |
|
|
|
@yyfamazon did you remove your branch and cause it to close? |
|
Talked to @yyfamazon seems like no one knows why it is closed, probably due to github outage a few days ago. Thanks. |
|
Description
Upgrade Cypress from 9 to 13 for FTRepo
baseline: #1895
I compare the ci test with baseline, and fix all tests that passed in baseline in this pr.
Issues Resolved
#1996
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.