From bfac296859f00e8198d2eb97579c68ff334d11a4 Mon Sep 17 00:00:00 2001 From: Shruthi Date: Fri, 26 Dec 2025 17:45:17 +0530 Subject: [PATCH 1/7] Upload Playwright HTML report in GitHub Actions --- .github/workflows/playwright.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 15ab987..b69efec 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,3 +27,13 @@ jobs: - name: Run Playwright tests run: npx playwright test + + - name: Run Smoke Tests + run: npx playwright test tests/Smoke + + - name: Upload Playwright Report + if: always() + uses: actions/upload-artifact@v4 + with: + name: playwright-report + path: playwright-report/ \ No newline at end of file From 7604c507ac9e2d0a6c3445fbcdead76e230cdbd3 Mon Sep 17 00:00:00 2001 From: Shruthi Date: Fri, 26 Dec 2025 17:55:11 +0530 Subject: [PATCH 2/7] Upload Playwright HTML report in GitHub Actions --- .github/workflows/playwright.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b69efec..63a616e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -25,9 +25,6 @@ jobs: - name: Install Playwright browsers run: npx playwright install --with-deps - - name: Run Playwright tests - run: npx playwright test - - name: Run Smoke Tests run: npx playwright test tests/Smoke From 7db206447421d4f8c0c0d0912972b0f8ad29a517 Mon Sep 17 00:00:00 2001 From: Shruthi Date: Fri, 26 Dec 2025 18:18:25 +0530 Subject: [PATCH 3/7] Upload Playwright HTML report in GitHub Actions --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 63a616e..8fe063d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -26,7 +26,7 @@ jobs: run: npx playwright install --with-deps - name: Run Smoke Tests - run: npx playwright test tests/Smoke + run: npx playwright test tests/Smoke --project=Chromium - name: Upload Playwright Report if: always() From 64dcb98dac69d4c368abfe879fc2166c4d9a27b1 Mon Sep 17 00:00:00 2001 From: Shruthi Date: Fri, 26 Dec 2025 18:22:30 +0530 Subject: [PATCH 4/7] Upload Playwright HTML report in GitHub Actions --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8fe063d..63a616e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -26,7 +26,7 @@ jobs: run: npx playwright install --with-deps - name: Run Smoke Tests - run: npx playwright test tests/Smoke --project=Chromium + run: npx playwright test tests/Smoke - name: Upload Playwright Report if: always() From 7254c7a50770391c47872eaacc8b0fd39449beea Mon Sep 17 00:00:00 2001 From: Shruthi Date: Fri, 26 Dec 2025 18:56:13 +0530 Subject: [PATCH 5/7] Run Smoke Tests and Generate Report --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 63a616e..b8965ce 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -26,7 +26,7 @@ jobs: run: npx playwright install --with-deps - name: Run Smoke Tests - run: npx playwright test tests/Smoke + run: npx playwright test tests/E2E - name: Upload Playwright Report if: always() From 5a60fa8a57b29c51ae7da8891c2e9f58cdadb5e5 Mon Sep 17 00:00:00 2001 From: Shruthi Date: Fri, 26 Dec 2025 19:01:21 +0530 Subject: [PATCH 6/7] Run Smoke Tests and Generate Report --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b8965ce..5aa79b4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -26,7 +26,7 @@ jobs: run: npx playwright install --with-deps - name: Run Smoke Tests - run: npx playwright test tests/E2E + run: npx playwright test tests/E2E --project = Chromium - name: Upload Playwright Report if: always() From 67a6a32b17c6104fa83ec77b0066a01d500d5ddf Mon Sep 17 00:00:00 2001 From: Shruthi Date: Fri, 26 Dec 2025 19:03:28 +0530 Subject: [PATCH 7/7] Run Smoke Tests and Generate Report --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5aa79b4..1dcb2b2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -26,7 +26,7 @@ jobs: run: npx playwright install --with-deps - name: Run Smoke Tests - run: npx playwright test tests/E2E --project = Chromium + run: npx playwright test tests/E2E --project=Chromium - name: Upload Playwright Report if: always()