From 2f651338c97859a51bd02f270d1356302b8acae3 Mon Sep 17 00:00:00 2001 From: George Young Date: Tue, 18 Nov 2025 17:43:50 +1300 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a7c7153..d0936a8 100644 --- a/README.md +++ b/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. +
+ karma-junit (Experimental) + +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. +
+ +
mocha-json