mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
Add support for java-junit
This commit is contained in:
parent
4129c2a0bf
commit
16adfe9b7e
16 changed files with 14390 additions and 5 deletions
|
|
@ -4,10 +4,6 @@ export interface JunitReport {
|
|||
|
||||
export interface TestSuites {
|
||||
$: {
|
||||
name: string
|
||||
tests: string
|
||||
failures: string // assertion failed
|
||||
errors: string // unhandled exception during test execution
|
||||
time: string
|
||||
}
|
||||
testsuite?: TestSuite[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue