Skip to content

Commit 24bd759

Browse files
committed
TbIK
1 parent 9cfb2fb commit 24bd759

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm ci
1919
- name: Install Playwright Browsers
20-
run: npm run playwright:install
20+
run: npx playwright install --with-deps
2121
- name: Install allure report
2222
run: npm install -D allure-playwright
2323
- name: Debug Configuration ID
@@ -31,7 +31,7 @@ jobs:
3131
TMS_CONFIGURATION_ID: ${{ secrets.TMS_CONFIGURATION_ID }}
3232
TMS_TEST_RUN_NAME: ${{ secrets.TMS_TEST_RUN_NAME }}
3333
# TMS_ADAPTER_MODE: 2
34-
run: npm run playwright:test
34+
run: npx playwright test fast.spec.ts
3535
- name: Allure report
3636
run: npm run allure:generate
3737
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)