mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 10:55:23 -08:00
d08401f9d88e0e8656e7d23b0f3ee9e349d8b6b4
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.1) Signed-off-by: dependabot[bot] <support@github.com>
WIP
Test Check Report
Goal of this project is to create Github Action that could presents test results from popular testing frameworks as Github check run with code annotation in places where test failed.
Support for following test reports are planned for initial release:
- dart-json:
dart test --file-reporter=\"json:test-results.json - dotnet-trx:
dotnet test --logger "trx;LogFileName=test-results.trx" - flutter-machine:
flutter test --machine > test-results.json - jest-junit:
jest --ci --reporters=jest-junit
Languages
TypeScript
96.1%
C#
1.8%
Go
0.9%
JavaScript
0.8%
Dart
0.4%