Skip to content

Commit 7a79e0a

Browse files
committed
TbIK
1 parent 6e51374 commit 7a79e0a

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
@@ -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 playwright test fast.spec.ts
34+
run: npm run playwright:test
3535
- name: Allure report
3636
run: npm run allure:generate
3737
- uses: actions/upload-artifact@v4

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"main": "index.js",
55
"scripts": {
66
"allure:generate": "allure generate \"./allure-results\" --clean",
7-
"allure:open": "allure open \"./allure-report\""
7+
"allure:open": "allure open \"./allure-report\"",
8+
"playwright:test": "playwright test fast.spec.ts"
89
},
910
"keywords": [],
1011
"author": "",

0 commit comments

Comments
 (0)