Skip to content

Commit

Permalink
Update browserstack command
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 11, 2023
1 parent 65bc406 commit fd629e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Run tests
shell: bash
run: npx concurrently --kill-others --success first 'npm run start:local:oidc' 'npx wait-on tcp:127.0.0.1:3000 && npm run start:local:playground' 'npx wait-on tcp:127.0.0.1:4200 && npx browserstack-cypress-cli run --build-name ${{ github.ref }}-${{ github.sha }}"
run: npx concurrently --raw --kill-others --success first "npm:start:local:oidc" "wait-on http://127.0.0.1:3000/ && npm:start:local:playground" "wait-on http://127.0.0.1:4200/ && browserstack-cypress run --build-name ${{ github.event.pull_request.head.sha || github.ref }} --no-wrap --specs "projects/playground/e2e/integration/playground.cy.ts""
env:
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}

0 comments on commit fd629e1

Please sign in to comment.