/phpunit-vsts-bridge

Publish test results of PHPUnit to VSTS

Primary LanguagePHPMIT LicenseMIT

PHPUnit VSTS Bridge

Travis Packagist License

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