Skip to content

Commit

Permalink
test: add branch for allure reports
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed May 8, 2024
1 parent bba0e33 commit 0774fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/test/smoke/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ runs:
BROWSER: ${{ inputs.BROWSER }}
RUN: ${{ inputs.RUN }}
DISPLAY: ${{ inputs.DISPLAY }}
BRANCH: ${{ inputs.BRANCH }}
run: yarn wdio run wdio.conf.${{ inputs.BROWSER }}.ts --cucumberOpts.tags="@Smoke and not @Pending"

- name: Create allure properties
Expand All @@ -83,6 +84,7 @@ runs:
working-directory: ./packages/e2e-tests/reports/allure/results
run: |
echo "
branch=${inputs.BRANCH}
browser=${{ inputs.BROWSER }}
tags=${{ inputs.TAGS }}
platform=Linux
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ jobs:
E2E_REPORTS_PASSWORD: ${{ secrets.E2E_REPORTS_PASSWORD }}
E2E_REPORTS_URL: ${{ secrets.E2E_REPORTS_URL }}
RUN: ${{ github.run_number }}
BRANCH: ${{ github.ref_name }}

0 comments on commit 0774fc8

Please sign in to comment.