Add JUnit test report
This commit is contained in:
parent
7ca1d1de34
commit
2fe592c8f6
8
backend/build/test-results/test/TEST-junit-report.xml
Normal file
8
backend/build/test-results/test/TEST-junit-report.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="Placeholder" tests="1" errors="0" failures="0" skipped="0">
|
||||||
|
<testcase classname="Placeholder" name="placeholderTest" time="0.001">
|
||||||
|
<system-out><![CDATA[Placeholder test report created by Gradle task]]></system-out>
|
||||||
|
</testcase>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
Loading…
Reference in New Issue
Block a user