Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T17:43:58.000Z (over 6 years ago)
- Last Synced: 2024-10-11T09:20:12.544Z (26 days 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
===================[![Travis](https://img.shields.io/travis/cb8/phpunit-vsts-bridge/master.svg)](https://travis-ci.org/cb8/phpunit-vsts-bridge)
[![Packagist](https://img.shields.io/packagist/v/cb8/phpunit-vsts-bridge.svg)](https://packagist.org/packages/cb8/phpunit-vsts-bridge)
[![License](https://img.shields.io/github/license/cb8/phpunit-vsts-bridge.svg)](./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`