-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Cypress remaining tests/files (#2672)
- Loading branch information
1 parent
ed170cb
commit 27b70eb
Showing
9 changed files
with
2 additions
and
3,897 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,15 +153,6 @@ jobs: | |
- name: Get nebari-config.yaml full path | ||
run: echo "NEBARI_CONFIG_PATH=`realpath ./local-deployment/nebari-config.yaml`" >> "$GITHUB_ENV" | ||
|
||
- name: Cypress run | ||
uses: cypress-io/github-action@v6 | ||
env: | ||
CYPRESS_EXAMPLE_USER_NAME: ${{ env.TEST_USERNAME }} | ||
CYPRESS_EXAMPLE_USER_PASSWORD: ${{ env.TEST_PASSWORD }} | ||
CYPRESS_BASE_URL: https://github-actions.nebari.dev/ | ||
with: | ||
working-directory: tests/tests_e2e | ||
|
||
- name: Playwright Tests | ||
env: | ||
KEYCLOAK_USERNAME: ${{ env.TEST_USERNAME }} | ||
|
@@ -174,14 +165,12 @@ jobs: | |
# run playwright pytest tests in headed mode with the chromium browser | ||
xvfb-run pytest --browser chromium --slowmo 300 --headed | ||
- name: Save Cypress screenshots and videos | ||
- name: Save Playwright recording artifacts | ||
if: always() | ||
uses: actions/[email protected] | ||
with: | ||
name: e2e-cypress | ||
name: e2e-playwright | ||
path: | | ||
./tests/tests_e2e/cypress/screenshots/ | ||
./tests/tests_e2e/cypress/videos/ | ||
./tests/tests_e2e/playwright/videos/ | ||
- name: Deployment Pytests | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.