-
Notifications
You must be signed in to change notification settings - Fork 177
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 Maintenance - PF6/Test Enhancements/General Maintenance #3591
Cypress e2e Maintenance - PF6/Test Enhancements/General Maintenance #3591
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3591 +/- ##
=======================================
Coverage 85.12% 85.12%
=======================================
Files 1395 1395
Lines 32034 32034
Branches 8973 8973
=======================================
+ Hits 27268 27270 +2
+ Misses 4766 4764 -2 see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
...nd/src/__tests__/cypress/cypress/tests/e2e/dataScienceProjects/workbenches/workbenches.cy.ts
Outdated
Show resolved
Hide resolved
…e/odh-dashboard into cypress-RHOAIENG-17124
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
https://issues.redhat.com/browse/RHOAIENG-17124
Description
Make additional fixes relating to PF6/Newer RHOAI builds (required as builds were down for a number of days).
Including:
How Has This Been Tested?
Jenkins - RHOI 2.17
cypress-tests/71/
Test Impact
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 you can run all the tests.
Headless
Go to odh-dashboard/frontend/src/tests/cypress and run the command npx cypress run --spec "cypress/tests/e2e/" --browser chrome
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main