mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Complete documentation for all supported reporters
This commit addresses several documentation gaps to ensure all implemented reporters are properly documented across action.yml and README.md. Changes: 1. Updated action.yml description to include all supported languages: - Added: Go, Python (pytest, unittest), Ruby (RSpec), Swift 2. Added Ruby/RSpec to supported languages list in README.md 3. Added detailed documentation sections in README.md: - dotnet-nunit: Added section with NUnit3 XML format instructions - rspec-json: Added section with RSpec JSON formatter configuration All reporters now have: - Entry in action.yml description - Entry in README supported languages list - Entry in README usage documentation (reporter input) - Detailed documentation section in README "Supported formats" - Implementation in src/main.ts - Tests in __tests__/ This ensures users can discover and use all available reporters without confusion about what is supported. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
cf146f4036
commit
04232af26f
2 changed files with 39 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
name: Test Reporter
|
||||
description: |
|
||||
Shows test results in GitHub UI: .NET (xUnit, NUnit, MSTest), Dart, Flutter, Java (JUnit), JavaScript (JEST, Mocha)
|
||||
Shows test results in GitHub UI: .NET (xUnit, NUnit, MSTest), Dart, Flutter, Go, Java (JUnit), JavaScript (JEST, Mocha), Python (pytest, unittest), Ruby (RSpec), Swift
|
||||
author: Michal Dorner <dorner.michal@gmail.com>
|
||||
inputs:
|
||||
artifact:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue