Skip to content

Commit

Permalink
chore(cypress-fix): e2e - switch to electron (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainzzkk authored Aug 5, 2024
1 parent daae775 commit 74ed089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:

- name: Execute
working-directory: ./e2e-tests/insurance
run: npx cypress run --config video=false,screenshotOnRunFailure=false --browser chrome --project ./ --record false --spec "cypress/e2e/journeys/${{ matrix.spec }}"
run: npx cypress run --config video=false,screenshotOnRunFailure=false --browser electron --project ./ --record false --spec "cypress/e2e/journeys/${{ matrix.spec }}"

- name: Coverage
uses: codecov/codecov-action@v4
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:

- name: Execute
working-directory: ./e2e-tests/quote
run: npx cypress run --config video=false,screenshotOnRunFailure=false --browser chrome --project ./ --record false --spec "cypress/e2e/journeys/${{ matrix.spec }}"
run: npx cypress run --config video=false,screenshotOnRunFailure=false --browser electron --project ./ --record false --spec "cypress/e2e/journeys/${{ matrix.spec }}"

- name: Coverage
uses: codecov/codecov-action@v4
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:

- name: Execute
working-directory: ./e2e-tests/switch-between-services
run: npx cypress run --config video=false,screenshotOnRunFailure=false --browser chrome --project ./ --record false --spec "cypress/e2e/journeys/${{ matrix.spec }}"
run: npx cypress run --config video=false,screenshotOnRunFailure=false --browser electron --project ./ --record false --spec "cypress/e2e/journeys/${{ matrix.spec }}"

- name: Coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 74ed089

Please sign in to comment.