mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Add dart fixture project
This commit is contained in:
parent
c7b8acb0d7
commit
cd21268493
10 changed files with 464 additions and 3 deletions
|
|
@ -6,6 +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`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test#examples)
|
||||
- [ ] flutter-machine: `flutter test --machine`
|
||||
- [ ] 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)
|
||||
- [ ] 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue