Skip to content

Commit 9cfb2fb

Browse files
committed
TbIK
1 parent e7eae99 commit 9cfb2fb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main-workflow.yml

Lines changed: 1 addition & 1 deletion
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 --with-deps
20+
run: npm run playwright:install
2121
- name: Install allure report
2222
run: npm install -D allure-playwright
2323
- name: Debug Configuration ID

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"scripts": {
66
"allure:generate": "allure generate \"./allure-results\" --clean",
77
"allure:open": "allure open \"./allure-report\"",
8-
"playwright:test": "playwright test fast.spec.ts"
8+
"playwright:test": "playwright test fast.spec.ts",
9+
"playwright:install": "playwright install --with-deps"
910
},
1011
"keywords": [],
1112
"author": "",

0 commit comments

Comments
 (0)