cb8 / phpunit-vsts-bridge
Publish test results from PHPUnit to VSTS
v1.0.0
2018-07-14 17:42 UTC
Requires
- ext-xml: *
This package is not auto-updated.
Last update: 2024-11-19 05:34:28 UTC
README
Publish your test results from PHPUnit to VSTS!
Usage
Add the following commands to your test definition:
composer require --dev cb8/phpunit-vsts-bridge
./vendor/bin/phpunit --log-junit=results.xml
./vendor/bin/phpunit-vsts-bridge results.xml > results-vsts.xml
... and add a task Publish Test Results to publish results-vsts.xml