-
Notifications
You must be signed in to change notification settings - Fork 906
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
[Manual][Backport 2.x] [Tests] Add Github workflow for Test Orchestrator in FT Repo to run cypress tests within Dashboards repo #6095
Merged
kavilla
merged 1 commit into
opensearch-project:2.x
from
manasvinibs:backport/backport-5725-to-2.x
Mar 12, 2024
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ypress tests within Dashboards repo (opensearch-project#5725) * Adds Github workflow which gets triggered on dispatch event sent from FT Repo Orchestrator. Currently this workflow defaults to using release bundle artifact for Opensearch and Dashboards. * In this iteration, pulling out few of the dashboards sanity test from FT repo into the Dashboards repo - https://github.com/opensearch-project/opensearch-dashboards-functional-test/blob/main/cypress/integration/common/dashboard_sample_data_spec.js * Introduces Cypress dependency into the package json to run cypress tests within repo. Currently, I'm pulling the version which matches the one in FT repo. * Adds cypress config file. ToDo: Add fallback mechanism for using snapshot URL when release bundle url is not accessible. Enable this workflow for each PR/push event. opensearch-project#5720 Signed-off-by: Manasvini B Suryanarayana <[email protected]> (cherry picked from commit 55443f7)
manasvinibs
requested review from
ananzh,
kavilla,
AMoo-Miki,
ashwin-pc,
joshuarrrr,
abbyhu2000,
zengyan-amazon,
kristenTian,
zhongnansu,
ZilongX,
Flyingliuhub,
BSFishy,
curq,
bandinib-amzn,
SuZhou-Joe and
ruanyl
as code owners
March 8, 2024 02:31
manasvinibs
changed the title
[Manual]{Backport 2.x] [Tests] Add Github workflow for Test Orchestrator in FT Repo to run cypress tests within Dashboards repo
[Manual][Backport 2.x] [Tests] Add Github workflow for Test Orchestrator in FT Repo to run cypress tests within Dashboards repo
Mar 8, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6095 +/- ##
==========================================
- Coverage 67.12% 67.12% -0.01%
==========================================
Files 3314 3314
Lines 63875 63875
Branches 10186 10186
==========================================
- Hits 42877 42875 -2
- Misses 18525 18526 +1
- Partials 2473 2474 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
abbyhu2000
approved these changes
Mar 12, 2024
kavilla
approved these changes
Mar 12, 2024
7 tasks
manasvinibs
added a commit
to manasvinibs/OpenSearch-Dashboards
that referenced
this pull request
Mar 15, 2024
…to run cypress tests within Dashboards repo (opensearch-project#5725) (opensearch-project#6095)" This reverts commit 385fce4.
manasvinibs
added a commit
to manasvinibs/OpenSearch-Dashboards
that referenced
this pull request
Mar 15, 2024
…to run cypress tests within Dashboards repo (opensearch-project#5725) (opensearch-project#6095)" This reverts commit 385fce4. Signed-off-by: Manasvini B Suryanarayana <[email protected]>
manasvinibs
added a commit
that referenced
this pull request
Mar 15, 2024
…to run cypress tests within Dashboards repo and Rename cypress config file to its version supported convention (#6166) * Revert "Rename cypress config file to its version supported convention (#6137) (#6141)" This reverts commit ed2e38d. * Revert "[Tests] Add Github workflow for Test Orchestrator in FT Repo to run cypress tests within Dashboards repo (#5725) (#6095)" This reverts commit 385fce4. Signed-off-by: Manasvini B Suryanarayana <[email protected]> --------- Signed-off-by: Manasvini B Suryanarayana <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport #5725
ToDo:
Add fallback mechanism for using snapshot URL when release bundle url is not accessible. Enable this workflow for each PR/push event.
#5720
Signed-off-by: Manasvini B Suryanarayana [email protected]
(cherry picked from commit 55443f7)
Description
Issues Resolved
Screenshot
Testing the changes
Check List
yarn test:jest
yarn test:jest_integration