1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 05:27:55 +01:00
This commit is contained in:
George Young 2026-01-06 07:50:30 -08:00 committed by GitHub
commit 638cbe9856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 12565 additions and 1 deletions

View file

@ -365,6 +365,16 @@ You can use the following example configuration in `package.json`:
Configuration of `uniqueOutputName`, `suiteNameTemplate`, `classNameTemplate`, `titleTemplate` is important for proper visualization of test results.
</details>
<details>
<summary>karma-junit (Experimental)</summary>
Support for Karma test results in Junit format is experimental - should work but it was not extensively tested.
[Karma](https://karma-runner.github.io/latest/index.html) testing framework support requires the usage of [karma-junit-reporter](https://github.com/karma-runner/karma-junit-reporter).
It will create test results in Junit XML format which can be then processed by this action.
</details>
<details>
<summary>mocha-json</summary>