From 5fa7257d01f2a72b56dabefd885c1b6d656d2d78 Mon Sep 17 00:00:00 2001 From: psainics Date: Mon, 6 Jan 2025 12:17:14 +0530 Subject: [PATCH] Add step to show Cucumber Report URL --- .github/workflows/e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5fbc24c..2d6394b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -85,6 +85,10 @@ jobs: path: ./plugin/target/cucumber-reports destination: e2e-tests-cucumber-reports/${{ github.event.repository.name }}/${{ github.ref }} + - name: Cucumber Report URL + if: always() + run: echo "https://storage.googleapis.com/e2e-tests-cucumber-reports/${{ github.event.repository.name }}/${{ github.ref }}/cucumber-reports/advanced-reports/cucumber-html-reports/overview-features.html" + - name: github-status-action uses: Sibz/github-status-action@67af1f4042a5a790681aad83c44008ca6cfab83d if: always()