mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 05:27:55 +01:00
add support for karma-junit-reporter
This commit is contained in:
parent
aef3d726a6
commit
08646e4d97
17 changed files with 12441 additions and 1 deletions
4
__tests__/fixtures/karma-junit-eslint.xml
Normal file
4
__tests__/fixtures/karma-junit-eslint.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<testsuite package="org.eslint" time="0" tests="1" errors="0" name="test.jsx">
|
||||
<testcase time="0" name="test.jsx" classname="test" />
|
||||
</testsuite>
|
||||
Loading…
Add table
Add a link
Reference in a new issue