Skip to content

Commit

Permalink
disable firefox e2e tests for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 12, 2021
1 parent ab34ffb commit 0c48fee
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,19 @@ jobs:
timeout_minutes: 20
max_attempts: 3
command: npm run test:e2e
- name: Setup Firefox
uses: browser-actions/setup-firefox@latest
with:
firefox-version: latest-devedition
- run: |
export FIREFOX_BINARY=$(which firefox)
echo "FIREFOX_BINARY=$FIREFOX_BINARY" >> $GITHUB_ENV
- run: echo "Run Firefox tests using $FIREFOX_BINARY"
- name: E2E Firefox Launch Tests
run: npm run test:e2e:firefox
# Setting up Firefox is currently not possible
# see https://github.com/browser-actions/setup-firefox/issues/233
#
# - name: Setup Firefox
# uses: browser-actions/setup-firefox@latest
# with:
# firefox-version: latest-devedition
# - run: |
# export FIREFOX_BINARY=$(which firefox)
# echo "FIREFOX_BINARY=$FIREFOX_BINARY" >> $GITHUB_ENV
# - run: echo "Run Firefox tests using $FIREFOX_BINARY"
# - name: E2E Firefox Launch Tests
# run: npm run test:e2e:firefox
- name: E2E Connection Test
run: npm run test:e2e:cloud
env:
Expand Down

0 comments on commit 0c48fee

Please sign in to comment.