test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Adding runs all reporters in CI

Open j-catania opened this issue 1 year ago • 3 comments

The goal of this evolution is adding examples for all available reporters.

Supported reporters:

  • [X] jest-junit
  • [X] mocha-json
  • [X] swift-xunit
  • [X] dart-json
  • [X] dotnet-trx
  • [X] java-junit
  • [x] flutter-json

j-catania avatar Jan 15 '24 15:01 j-catania

Reports can be found in this workflow runs : https://github.com/dorny/test-reporter/actions/workflows/test-all-reports.yml

j-catania avatar Jan 15 '24 16:01 j-catania

@dorny, @jozefizso, what do you think ?

j-catania avatar Jan 15 '24 16:01 j-catania

Good idea @j-catania. It will be easy now to see how it looks in the UI. I remember at some point I started using a second private repo for manual tests and to see what the output really looks like. This will be better :)

dorny avatar Jan 15 '24 20:01 dorny