Skip to content

Conversation

@fszymaniak
Copy link
Owner

The Allure test history was not persisting between workflow runs because the workflow was trying to download artifacts from the current run only. The actions/download-artifact@v4 action cannot access artifacts from previous workflow runs, resulting in "No history information available" in Allure reports.

Changes:

This fix ensures that Allure reports will show test history, trends, duration, and retry information across multiple builds.

The Allure test history was not persisting between workflow runs because
the workflow was trying to download artifacts from the current run only.
The actions/download-artifact@v4 action cannot access artifacts from
previous workflow runs, resulting in "No history information available"
in Allure reports.

Changes:
- Updated build-and-unit-tests job to download history from GitHub Pages
  (https://fszymaniak.github.io/TheOfficeAPI/allure/unit/history)
- Updated mocked-integration-tests job to download history from GitHub Pages
  (https://fszymaniak.github.io/TheOfficeAPI/allure/integration/history)
- Removed the Upload Allure History artifact step (no longer needed)
- History is now preserved in GitHub Pages deployments, providing
  persistent trend data across workflow runs

This fix ensures that Allure reports will show test history, trends,
duration, and retry information across multiple builds.
@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@fszymaniak fszymaniak merged commit 6aa04fe into main Dec 29, 2025
9 checks passed
@fszymaniak fszymaniak deleted the claude/fix-allure-test-history-5QduZ branch December 29, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants