Skip to content

Commit 986ea96

Browse files
committedOct 26, 2023
Add report:open npm script
1 parent f4b64ba commit 986ea96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/e2e-test-automation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
if: always()
148148
uses: actions/configure-pages@v3
149149

150-
- name: Upload artifact
150+
- name: Upload GitHub Pages
151151
uses: actions/upload-pages-artifact@v2
152152
if: always()
153153
with:

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"test:safari": "npx codeceptjs run-workers 2 desktop:webkit",
1010
"report:generate": "allure generate ./output/allure -o ./output/allure-report --clean",
1111
"report:patch": "allure-patch ./output/allure-report",
12+
"report:open": "allure open ./output/allure-report",
1213
"report:view": "npx allure-commandline serve"
1314
},
1415
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.