-
Notifications
You must be signed in to change notification settings - Fork 936
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
Remove bypass of getting cypress cache #9209
Remove bypass of getting cypress cache #9209
Conversation
Signed-off-by: abbyhu2000 <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9209 +/- ##
==========================================
- Coverage 61.05% 61.02% -0.03%
==========================================
Files 3816 3816
Lines 91492 91492
Branches 14459 14459
==========================================
- Hits 55857 55835 -22
- Misses 32070 32138 +68
+ Partials 3565 3519 -46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* get cypress cache Signed-off-by: abbyhu2000 <[email protected]> * Changeset file for PR #9209 created/updated --------- Signed-off-by: abbyhu2000 <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 4ebb204) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* get cypress cache Signed-off-by: abbyhu2000 <[email protected]> * Changeset file for PR opensearch-project#9209 created/updated --------- Signed-off-by: abbyhu2000 <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* get cypress cache * Changeset file for PR #9209 created/updated --------- (cherry picked from commit 4ebb204) Signed-off-by: abbyhu2000 <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Cypress should only install the version defined in package.json.
Issues Resolved
Cigroup11 failture on main and 2.x because
env: 'cypress': Permission denied
because cypress is installing version 14Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration