We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfb2fb commit 24bd759Copy full SHA for 24bd759
1 file changed
.github/workflows/main-workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: npm ci
19
- name: Install Playwright Browsers
20
- run: npm run playwright:install
+ run: npx playwright install --with-deps
21
- name: Install allure report
22
run: npm install -D allure-playwright
23
- name: Debug Configuration ID
@@ -31,7 +31,7 @@ jobs:
31
TMS_CONFIGURATION_ID: ${{ secrets.TMS_CONFIGURATION_ID }}
32
TMS_TEST_RUN_NAME: ${{ secrets.TMS_TEST_RUN_NAME }}
33
# TMS_ADAPTER_MODE: 2
34
- run: npm run playwright:test
+ run: npx playwright test fast.spec.ts
35
- name: Allure report
36
run: npm run allure:generate
37
- uses: actions/upload-artifact@v4
0 commit comments