mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 04:05:22 -08:00
Rename flutter-machine to flutter-json
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
|||||||
# Format of test report. Supported options:
|
# Format of test report. Supported options:
|
||||||
# dart-json
|
# dart-json
|
||||||
# dotnet-trx
|
# dotnet-trx
|
||||||
# flutter-machine
|
# flutter-json
|
||||||
# jest-junit
|
# jest-junit
|
||||||
reporter: ''
|
reporter: ''
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ For more information see [dotnet test](https://docs.microsoft.com/en-us/dotnet/c
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
<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.
|
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`:
|
You can configure it in `dart_test.yaml`:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ inputs:
|
|||||||
Format of test report. Supported options:
|
Format of test report. Supported options:
|
||||||
- dart-json
|
- dart-json
|
||||||
- dotnet-trx
|
- dotnet-trx
|
||||||
- flutter-machine
|
- flutter-json
|
||||||
- jest-junit
|
- jest-junit
|
||||||
required: true
|
required: true
|
||||||
list-suites:
|
list-suites:
|
||||||
|
|||||||
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@@ -142,7 +142,7 @@ function getParser(reporter, options) {
|
|||||||
return new dart_json_parser_1.DartJsonParser(options);
|
return new dart_json_parser_1.DartJsonParser(options);
|
||||||
case 'dotnet-trx':
|
case 'dotnet-trx':
|
||||||
return new dotnet_trx_parser_1.DotnetTrxParser(options);
|
return new dotnet_trx_parser_1.DotnetTrxParser(options);
|
||||||
case 'flutter-machine':
|
case 'flutter-json':
|
||||||
return new dart_json_parser_1.DartJsonParser(options);
|
return new dart_json_parser_1.DartJsonParser(options);
|
||||||
case 'jest-junit':
|
case 'jest-junit':
|
||||||
return new jest_junit_parser_1.JestJunitParser(options);
|
return new jest_junit_parser_1.JestJunitParser(options);
|
||||||
|
|||||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -133,7 +133,7 @@ function getParser(reporter: string, options: ParseOptions): TestParser {
|
|||||||
return new DartJsonParser(options)
|
return new DartJsonParser(options)
|
||||||
case 'dotnet-trx':
|
case 'dotnet-trx':
|
||||||
return new DotnetTrxParser(options)
|
return new DotnetTrxParser(options)
|
||||||
case 'flutter-machine':
|
case 'flutter-json':
|
||||||
return new DartJsonParser(options)
|
return new DartJsonParser(options)
|
||||||
case 'jest-junit':
|
case 'jest-junit':
|
||||||
return new JestJunitParser(options)
|
return new JestJunitParser(options)
|
||||||
|
|||||||
Reference in New Issue
Block a user