2017 © Pedro Peláez
 

library phpunit-vsts-bridge

Publish test results from PHPUnit to VSTS

image

cb8/phpunit-vsts-bridge

Publish test results from PHPUnit to VSTS

  • Saturday, July 14, 2018
  • by cb8
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHPUnit VSTS Bridge

Travis Packagist License, (*1)

Publish your test results from PHPUnit to VSTS!, (*2)

Usage

Add the following commands to your test definition:, (*3)

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, (*4)

The Versions

14/07 2018

dev-master

9999999-dev https://github.com/cb8/phpunit-vsts-bridge

Publish test results from PHPUnit to VSTS

  Sources   Download

MIT

The Requires

  • ext-xml *

 

test phpunit unit-test testcase junit vsts

14/07 2018

v1.0.0

1.0.0.0 https://github.com/cb8/phpunit-vsts-bridge

Publish test results from PHPUnit to VSTS

  Sources   Download

MIT

The Requires

  • ext-xml *

 

test phpunit unit-test testcase junit vsts