Add logging to phpunit.xml
This commit is contained in:
@@ -23,4 +23,10 @@
|
|||||||
<directory>./www/lib/CoreLibs</directory>
|
<directory>./www/lib/CoreLibs</directory>
|
||||||
</include>
|
</include>
|
||||||
</source> -->
|
</source> -->
|
||||||
|
<logging>
|
||||||
|
<!-- JUnit XML log (Most Common for CI/CD) -->
|
||||||
|
<junit outputFile="build/logs/junit.xml"/>
|
||||||
|
<!-- TestDox HTML log -->
|
||||||
|
<testdoxHtml outputFile="build/testdox.html"/>
|
||||||
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
Reference in New Issue
Block a user