mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
CI job: build, test and self-evaluate test results
This commit is contained in:
parent
e97dbdd3e5
commit
e516b7cf46
5 changed files with 84 additions and 21 deletions
7
__tests__/__results__/jest-junit.xml
Normal file
7
__tests__/__results__/jest-junit.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites name="jest tests" tests="1" failures="0" errors="0" time="2.249">
|
||||
<testsuite name="__tests__\jest-junit.test.ts" errors="0" failures="0" skipped="0" timestamp="2020-11-17T21:26:30" time="2.195" tests="1">
|
||||
<testcase classname="jest-junit tests" name="matches report snapshot" time="0.014">
|
||||
</testcase>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
Loading…
Add table
Add a link
Reference in a new issue