Skip to content

Commit

Permalink
Remove Cypress remaining tests/files (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc authored Aug 30, 2024
1 parent ed170cb commit 27b70eb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 3,897 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/test_local_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down
12 changes: 0 additions & 12 deletions tests/tests_e2e/cypress.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions tests/tests_e2e/cypress/.gitignore

This file was deleted.

103 changes: 0 additions & 103 deletions tests/tests_e2e/cypress/e2e/main.cy.js

This file was deleted.

59 changes: 0 additions & 59 deletions tests/tests_e2e/cypress/notebooks/BasicTest.ipynb

This file was deleted.

36 changes: 0 additions & 36 deletions tests/tests_e2e/cypress/plugins/index.js

This file was deleted.

44 changes: 0 additions & 44 deletions tests/tests_e2e/cypress/support/e2e.js

This file was deleted.

Loading

0 comments on commit 27b70eb

Please sign in to comment.