Skip to content

Commit

Permalink
remove comp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed May 3, 2024
1 parent 0cd59d7 commit 1d89986
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,17 +255,6 @@ jobs:
env:
POSTGRES_HOSTNAME: ${{ env.POSTGRES_HOSTNAME }}
POSTGRES_PORT: ${{ env.POSTGRES_PORT }}
- name: Run cypress component tests
uses: cypress-io/github-action@v6
with:
# Currently, the videos are buggy because of low-cpu/electron environment: https://github.com/cypress-io/cypress/issues/8210
config: video=false,modifyObstructiveCode=false
browser: chrome
install: false
component: true
# TODO: Do component tests need the frontend/backend?
env: ${{ secrets.CYPRESS_ENV }}
spec: ${{ inputs.cypress_spec_param }}
# rspack currently does not support Cypress component tests
# - name: Run cypress component tests
# uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 1d89986

Please sign in to comment.