Rename flutter-machine to flutter-json

This commit is contained in:
Michal Dorner 2021-01-31 21:22:47 +01:00
parent 10ba3946cb
commit 03def00317
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
5 changed files with 6 additions and 6 deletions

View file

@ -57,7 +57,7 @@ jobs:
# Format of test report. Supported options:
# dart-json
# dotnet-trx
# flutter-machine
# flutter-json
# jest-junit
reporter: ''
@ -134,7 +134,7 @@ For more information see [dotnet test](https://docs.microsoft.com/en-us/dotnet/c
</details>
<details>
<summary>flutter-machine</summary>
<summary>flutter-json</summary>
Test run must be configured to use [JSON](https://github.com/dart-lang/test/blob/master/pkgs/test/doc/configuration.md#reporter) reporter.
You can configure it in `dart_test.yaml`:

View file

@ -18,7 +18,7 @@ inputs:
Format of test report. Supported options:
- dart-json
- dotnet-trx
- flutter-machine
- flutter-json
- jest-junit
required: true
list-suites:

2
dist/index.js generated vendored
View file

@ -142,7 +142,7 @@ function getParser(reporter, options) {
return new dart_json_parser_1.DartJsonParser(options);
case 'dotnet-trx':
return new dotnet_trx_parser_1.DotnetTrxParser(options);
case 'flutter-machine':
case 'flutter-json':
return new dart_json_parser_1.DartJsonParser(options);
case 'jest-junit':
return new jest_junit_parser_1.JestJunitParser(options);

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View file

@ -133,7 +133,7 @@ function getParser(reporter: string, options: ParseOptions): TestParser {
return new DartJsonParser(options)
case 'dotnet-trx':
return new DotnetTrxParser(options)
case 'flutter-machine':
case 'flutter-json':
return new DartJsonParser(options)
case 'jest-junit':
return new JestJunitParser(options)