-
Notifications
You must be signed in to change notification settings - Fork 178
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 - Verifies users can start, stop, launch and delete a running workbench from project details page #3637
Cypress e2e Test - Verifies users can start, stop, launch and delete a running workbench from project details page #3637
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3637 +/- ##
==========================================
- Coverage 85.78% 85.78% -0.01%
==========================================
Files 1419 1419
Lines 32684 32684
Branches 9191 9191
==========================================
- Hits 28038 28037 -1
- Misses 4646 4647 +1 see 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: FedeAlonso 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-17502
Description
Migrate ODS-1818 & ODS-1823 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 testWorkbenchControlSuite.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/dataScienceProjects/workbenches/testWorkbenchControlSuite.cy.ts" --browser chrome
or Execute 'npx cypress run --env grepTags=@ODS-1818'
Test Impact
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main