From 2a1a7c4aba2a30a571c20a08d59d7ebbaa5a0696 Mon Sep 17 00:00:00 2001 From: MD SADAB SAQIB Date: Mon, 7 Aug 2023 19:58:07 +1000 Subject: [PATCH] fixed ci report --- .github/workflows/web.test.yaml | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/web.test.yaml b/.github/workflows/web.test.yaml index fc79ffb..710b23a 100644 --- a/.github/workflows/web.test.yaml +++ b/.github/workflows/web.test.yaml @@ -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 diff --git a/package.json b/package.json index c74196e..85e2754 100644 --- a/package.json +++ b/package.json @@ -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",