mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
Add screenshot upload step to Selenium UI tests workflow
This commit is contained in:
parent
1d31e5d32d
commit
73c5682884
1 changed files with 8 additions and 0 deletions
8
.github/workflows/e2e-testing.yml
vendored
8
.github/workflows/e2e-testing.yml
vendored
|
|
@ -327,6 +327,14 @@ jobs:
|
|||
path: allure-results/
|
||||
retention-days: 30
|
||||
|
||||
- name: Upload screenshots
|
||||
if: always() # Ensure this runs even if tests fail
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ui-test-screenshots
|
||||
path: artifacts/screenshots
|
||||
retention-days: 2 # Store artifacts for 2 days
|
||||
|
||||
allure-report:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Selenium-ui-tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue