Mention dart-json format in docs

This commit is contained in:
Michal Dorner 2020-11-12 23:30:52 +01:00
parent ff3a8013f9
commit 71d121fff4
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ Goal of this project is to create [Github Action](https://github.com/features/ac
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:
- [ ] dotnet-trx: [`dotnet test --logger "trx;LogFileName=test-results.trx"`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test#examples)
- [ ] dart-json: [`dart test --file-reporter=\"json:test-results.json`](https://pub.dev/packages/test)
- [ ] dotnet-trx: [`dotnet test --logger "trx;LogFileName=test-results.trx"`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test#examples)
- [ ] flutter-machine: [`flutter test --machine > test-results.json`](https://flutter.dev/docs/cookbook/testing/unit/introduction)
- [ ] jest-junit: [`jest --ci --reporters=jest-junit`](https://github.com/jest-community/jest-junit#readme)