Add logging to phpunit.xml
This commit is contained in:
@@ -18,4 +18,10 @@
|
|||||||
<html outputDirectory="build/coverage-report"/>
|
<html outputDirectory="build/coverage-report"/>
|
||||||
</report> -->
|
</report> -->
|
||||||
</coverage>
|
</coverage>
|
||||||
|
<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