Skip to content

Add test reporting to GitHub Actions - #7

Merged
gorbach merged 3 commits into
mainfrom
feature/test-reporter
Oct 23, 2025
Merged

Add test reporting to GitHub Actions#7
gorbach merged 3 commits into
mainfrom
feature/test-reporter

Conversation

@gorbach

@gorbach gorbach commented Oct 23, 2025

Copy link
Copy Markdown
Owner

Summary

Adds visual test reporting to the GitHub Actions workflow using dorny/test-reporter@v2.

Changes

  • Added dorny/test-reporter@v2 for generating test summaries
  • Configured required permissions (checks: write)
  • Modified test step to output JSON format
  • Tests now generate detailed reports visible in the Checks tab

Benefits

  • Visual test result summaries on every push/PR
  • Easy-to-read pass/fail status for individual tests
  • Test execution times and failure details
  • Better visibility into test failures without reading raw logs

Testing

Once this PR is created, the workflow will run and demonstrate the test reporter in action.

- Add dorny/test-reporter@v2 for visual test summaries
- Configure permissions for check runs (checks: write)
- Output tests in JSON format for reporter consumption
- Report will appear in Checks tab with detailed test results
@gorbach
gorbach merged commit 8ac2ab3 into main Oct 23, 2025
1 check passed
@gorbach
gorbach deleted the feature/test-reporter branch October 23, 2025 23:11
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