Skip to content

Commit

Permalink
Temporarily disable Firefox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored and jdbocarsly committed Mar 22, 2024
1 parent 637aa92 commit 960fa69
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,17 @@ jobs:
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

- name: Run end-to-end tests (Firefox)
uses: cypress-io/github-action@v6
with:
config: baseUrl=http://localhost:8081
working-directory: ./webapp
record: true
spec: |
./cypress/e2e/sampleTablePage.cy.js
./cypress/e2e/editPage.cy.js
browser: "firefox"
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# Disabled temporarily until new cypress action version is released
# due to bug with Firefox 124 (https://github.com/the-grey-group/datalab/issues/653)
#- name: Run end-to-end tests (Firefox)
# uses: cypress-io/github-action@v6
# with:
# config: baseUrl=http://localhost:8081
# working-directory: ./webapp
# record: true
# spec: |
# ./cypress/e2e/sampleTablePage.cy.js
# ./cypress/e2e/editPage.cy.js
# browser: "firefox"
# env:
# CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

0 comments on commit 960fa69

Please sign in to comment.