Skip to content

Commit

Permalink
Merge branch 'fix/loadtests9' of https://github.com/bcgov/onroutebc i…
Browse files Browse the repository at this point in the history
…nto fix/loadtests9
  • Loading branch information
bcgov-brwang committed Nov 27, 2024
2 parents 1fef53f + 673e7c7 commit c7f24b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ jobs:
name: Cypress run
env:
CYPRESS_baseUrl: https://${{ github.event.repository.name }}-${{ inputs.target || 'test' }}-frontend.apps.silver.devops.gov.bc.ca/
CYPRESS_bceid_username: ${{vars.IDIR_USERNAME}}
CYPRESS_bceid_password: ${{secrets.IDIR_PASSWORD}}
CYPRESS_idir_username: ${{vars.IDIR_USERNAME}}
CYPRESS_idir_password: ${{secrets.IDIR_PASSWORD}}
with:
browser: ${{ matrix.browser }}
config: pageLoadTimeout=10000,video=true
Expand Down Expand Up @@ -234,8 +234,8 @@ jobs:
name: Cypress run
env:
CYPRESS_baseUrl: https://${{ github.event.repository.name }}-${{ inputs.target || 'test' }}-frontend.apps.silver.devops.gov.bc.ca/
CYPRESS_bceid_username: ${{vars.IDIR_USERNAME}}
CYPRESS_bceid_password: ${{secrets.IDIR_PASSWORD}}
CYPRESS_idir_username: ${{vars.IDIR_USERNAME}}
CYPRESS_idir_password: ${{secrets.IDIR_PASSWORD}}
with:
browser: ${{ matrix.browser }}
config: pageLoadTimeout=10000,video=true
Expand Down

0 comments on commit c7f24b4

Please sign in to comment.