Skip to content

Commit

Permalink
Try running e2e tests against sslip.io instead of localhost.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Dec 7, 2021
1 parent 7370aef commit 46722d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: "Run Cypress tests: default"
uses: cypress-io/github-action@v2
env:
CYPRESS_BASE_URL: https://localhost
CYPRESS_BASE_URL: https://127.0.0.1.sslip.io
with:
working-directory: ./e2e
# Ignore all tests with pattern *.secrets.spec.js
Expand All @@ -76,7 +76,7 @@ jobs:
if: env.DO_COMMENT_TRANSLATION
uses: cypress-io/github-action@v2
env:
CYPRESS_BASE_URL: https://localhost
CYPRESS_BASE_URL: https://127.0.0.1.sslip.io
with:
install: false
working-directory: ./e2e
Expand Down

0 comments on commit 46722d0

Please sign in to comment.