UNPKG
junit-xml
Version:
latest (1.2.0)
next (1.2.0-master-319394778-d07921c5)
1.2.0
1.2.0-master-319394778-d07921c5
1.2.0-master-314136486-dbb04c70
1.1.0
1.1.0-master-314134638-1d7baa08
1.1.0-master-304532176-b30ff60a
1.0.0
1.0.0-master-98a376fe630758bc02798d36a7d598594f5a999c
1.0.0-master-3e329784b57c4c19e7e72549d141c092149dedb4
1.0.0-master-37e30cda56328ec7763e9738cf32eeb6b58af215
1.0.0-master-304520617-dd79b2a6
1.0.0-1-the-output-file-is-not-compatible-to-azure-devops-pipeline-b3ac9953f46321c14559869382064d33ac424420
1.0.0-1-the-output-file-is-not-compatible-to-azure-devops-pipeline-98a376fe630758bc02798d36a7d598594f5a999c
1.0.0-1-the-output-file-is-not-compatible-to-azure-devops-pipeline-0545227e84cd29c7e14f8b600297525849331cea
JUnit XML report builder with TypeScript support
gitlab.com/Vinnl/junit-xml
junit-xml
/
ant-junit.d.ts
9 lines
(8 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
TestSuiteReport
}
from
'./TestResults'
;
/** * *
@param
report A report in the default schema, as supported by GitLab */
export
declare
function
getXmlObject
(
report
:
TestSuiteReport
): {
testsuites
:
any
[]; };