mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
2.4 KiB
2.4 KiB
Changelog
v1.6.0
- Update to node16 + recent versions of core and exec packages
- Update all dependencies to latest versions
- Fix tests on non us-EN local env
v1.5.0
- Add option to convert backslashes in path pattern to forward slashes
- Add option to generate only the summary from processed test results files
v1.4.3
v1.4.2
v1.4.1
v1.4.0
- Add support for mocha-json
- Use full URL to fix navigation from summary to suite details
- New report rendering with code blocks instead of tables
- Improve test error messages from flutter
v1.3.1
- Fix: parsing of .NET duration string without milliseconds
- Fix: dart-json - remove group name from test case names
- Fix: net-trx parser crashing on missing duration attribute
v1.3.0
- Add support for java-junit
- Fix: Handle test reports with no test cases
- Fix: Reduce number of API calls to get list of files tracked by GitHub
v1.2.0
v1.1.0
v1.0.0
Supported languages / frameworks:
- .NET / xUnit / NUnit / MSTest
- Dart / test
- Flutter / test
- JavaScript / JEST