Skip to content

Commit

Permalink
CFWEB-69-playwright-and-browserstack
Browse files Browse the repository at this point in the history
run server start and test execution parallel
  • Loading branch information
stefanheinze committed Jan 22, 2024
1 parent 8bef0b4 commit 6013688
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-playwright-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,10 @@ jobs:
run: |
npm run build:prod
# start webserver
- name: Start Application
run: |
npm run start
# Run E2E Tests
- name: PlayWright Test
run: |
npm run e2e:playwright:ui-browserstack
npx concurrently --kill-others "npm run e2e:playwright:ui-browserstack" "npm run start" --success first
env:
BROWSERSTACK_USER_NAME: ${{ inputs.username }}
BROWSERSTACK_ACCESS_KEY: ${{ inputs.key }}

0 comments on commit 6013688

Please sign in to comment.