Skip to content

Commit

Permalink
#1810: run tests in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
EVOFORGE\dimay committed Nov 29, 2022
1 parent 152be69 commit b5e87f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-email-confirmation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
tag: "${{ github.workflow }}"
spec: cypress/e2e/verify_email_spec.js
env: verifyEmail=true
browser: chrome
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
group: 'skills-service with OAuth'
tag: "${{ github.workflow }}"
env: oauthMode=true
browser: chrome
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
group: 'skills-service against postgres'
tag: "${{ github.workflow }}"
env: db=postgres
browser: chrome
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
parallel: false
group: 'skills-service with STOMP using RabbitMQ'
tag: "${{ github.workflow }}"
browser: chrome
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
Expand Down

0 comments on commit b5e87f1

Please sign in to comment.