Skip to content

Commit

Permalink
fixed ci report
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed Aug 7, 2023
1 parent b485817 commit 2a1a7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: npm install
- name: Run Test
run: npm run test-remote
- name: Generate Allure Repor
run: npm run report:ci
continue-on-error: true
- name: Upload Allure Report to Artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"cross-browser": "wdio tests/config/wdio.conf.cross-browser.ts",
"smoke": "wdio tests/config/wdio.conf.ts --suite smoke",
"report": "allure generate allure-results --clean && allure open",
"report:ci": "allure generate --clean allure-results",
"cleanup": "rm -rf allure-results"
},
"author": "MD SADAB SAQIB",
Expand Down

0 comments on commit 2a1a7c4

Please sign in to comment.