Description
The GitHub reporter needs an additional new-line after the test details <details> section, otherwise subsequent H3 headings for other files will not display correctly.
Fix:
New line after writing </details>
Expected Behavior
Files H3 headings should render correctly in markdown
Actual Behavior
H3 headings after </details> do not render correctly in GitHub actions summary
Steps to Reproduce
- Create multiple test assemblies
- Create a failing test in one assembly
- Observe github actions summary
TUnit Version
1.17.36
.NET Version
.net 9
Operating System
Windows
IDE / Test Runner
dotnet CLI (dotnet test / dotnet run)
Error Output / Stack Trace
Additional Context
No response
IDE-Specific Issue?