Skip to content

Commit

Permalink
[CI] Publish Playwright integration tests report (#5626)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Dec 26, 2024
1 parent 314451a commit 9fda537
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ jobs:
-Pvividus.batch-1.resource-include-patterns=*Steps*.story \
-Pvividus.web-application.main-page-url='${variables.vividus-test-site-url}'
- name: Publish Playwright integration tests report
if: always()
uses: actions/upload-artifact@v4
with:
name: Playwright Integration Tests - Allure report - ${{ matrix.platform }}
path: vividus-tests/output/reports/allure

- name: System tests
if: matrix.platform == 'ubuntu-latest'
env:
Expand Down

0 comments on commit 9fda537

Please sign in to comment.