-
Notifications
You must be signed in to change notification settings - Fork 169
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
Cypress e2e Test - Verify RHODS Explore Section Contains Only Expected ISVs #3522
Conversation
increase card timeout and delete active wait
…e/odh-dashboard into cypress-RHOAIENG-14368
…ttps://github.com/antowaddle/odh-dashboard into cypress-RHOAIENG-12649
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3522 +/- ##
==========================================
- Coverage 85.33% 85.32% -0.01%
==========================================
Files 1354 1354
Lines 31110 31110
Branches 8687 8687
==========================================
- Hits 26548 26545 -3
- Misses 4562 4565 +3 see 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
https://issues.redhat.com/browse/RHOAIENG-12649
Description
Migrate ODS-1890 to cypress
How Has This Been Tested?
How to run?
After exporting the test-variables.yml we have 2 different ways:
Using the UI
Go to odh-dashboard/frontend/src/tests/cypress and run the command npx cypress open . This will open the Cypress UI where testExploreDefaultISVs.cy.ts can be run.
Headless
Go to odh-dashboard/frontend/src/tests/cypress and run the command npx cypress run --spec "cypress/tests/e2e/applications/explore/testExploreDefaultISVs.cy.ts" --browser chrome
Test Impact
Request review criteria:
Self checklist (all need to be checked):