mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
feat(ci) add flutter-json
This commit is contained in:
parent
f61aefcd0a
commit
731829c27b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test-all-reports.yml
vendored
4
.github/workflows/test-all-reports.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
reporter: [ jest-junit, mocha-json, swift-xunit, dart-json, dotnet-trx, java-junit ]
|
||||
reporter: [ jest-junit, mocha-json, swift-xunit, dart-json, dotnet-trx, java-junit, flutter-json ]
|
||||
include:
|
||||
- reporter: jest-junit
|
||||
path: ./__tests__/fixtures/jest-junit.xml
|
||||
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
path: ./__tests__/fixtures/dotnet-trx.trx
|
||||
- reporter: java-junit
|
||||
path: ./__tests__/fixtures/external/java/pulsar-test-report.xml
|
||||
- reporter: flutter-json
|
||||
path: ./__tests__/fixtures/external/flutter/provider-test-results.json
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue