cb8/phpunit-vsts-bridge

Publish test results from PHPUnit to VSTS

v1.0.0 2018-07-14 17:42 UTC

This package is not auto-updated.

Last update: 2024-04-23 02:16:05 UTC


README

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