Skip to content

cb8/phpunit-vsts-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Publish test results of PHPUnit to VSTS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages