mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
update readme
This commit is contained in:
parent
1cc016c5a3
commit
2f651338c9
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -327,6 +327,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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue