mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add artifact upload for Allure results in Selenium tests
This commit is contained in:
parent
08af220bfb
commit
d2dc111ab3
1 changed files with 8 additions and 0 deletions
8
.github/workflows/e2e-testing.yml
vendored
8
.github/workflows/e2e-testing.yml
vendored
|
|
@ -303,6 +303,14 @@ jobs:
|
|||
|
||||
pytest --alluredir=allure-results tests/
|
||||
|
||||
- name: Upload Allure results as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always() # Upload even if tests fail
|
||||
with:
|
||||
name: allure-results-${{ matrix.browser }}-${{ matrix.resolution.name }}
|
||||
path: allure-results/
|
||||
retention-days: 30
|
||||
|
||||
allure-report:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Selenium-ui-tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue