We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa73eba commit 03f1287Copy full SHA for 03f1287
.github/workflows/browserstack-ui-tests.yml
@@ -68,7 +68,7 @@ jobs:
68
USERNAME: ${{ secrets.TEST_USERNAME }}
69
PASSWORD: ${{ secrets.TEST_PASSWORD }}
70
run: |
71
- npx playwright install --with-deps ${matrix.browser}
+ npx playwright install
72
npx playwright test --config=playwright.browserstack.config.ts --project=browserstack-${{ matrix.browser }}
73
74
- name: Upload BrowserStack Test Results
0 commit comments