Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test report to the GitHub actions workflow. #837

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

manud99
Copy link
Contributor

@manud99 manud99 commented May 2, 2024

I noticed that the GitHub workflow does not produce any useable output that can be analyzed. This makes it difficult to find out why some tests fail without running the entire test suite on your machine for approx. 10-15 minutes. To solve that I extended the GitHub Actions workflow:

  • I added a step which generates a nice test report using Markdown that lists all test suites and failed test cases together with a short summary. Under the hood it uses the repository phoenix-actions/test-reporting.
  • I added a step which uploads the test reports in XML format as an artifact. This way you can download and inspect the reports manually if needed.

An example of such a test report can be found here.

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.

1 participant