https://github.com/cb8/phpunit-vsts-bridge
Publish test results of PHPUnit to VSTS
https://github.com/cb8/phpunit-vsts-bridge
junit phpunit vsts
Last synced: about 1 month ago
JSON representation
Publish test results of PHPUnit to VSTS
- Host: GitHub
- URL: https://github.com/cb8/phpunit-vsts-bridge
- Owner: cb8
- License: mit
- Created: 2018-07-14T16:35:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T17:43:58.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T19:44:49.610Z (3 months ago)
- Topics: junit, phpunit, vsts
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PHPUnit VSTS Bridge
===================[](https://travis-ci.org/cb8/phpunit-vsts-bridge)
[](https://packagist.org/packages/cb8/phpunit-vsts-bridge)
[](./LICENSE)Publish your test results from PHPUnit to VSTS!
Usage
-----Add the following commands to your test definition:
```bash
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`