munkie / phpunit-teamcity-testlistener
PHPUnit test listener for TeamCity CI Server
Installs: 82 977
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 8
pkg:composer/munkie/phpunit-teamcity-testlistener
Requires
- phpunit/phpunit: >=3.7,<6.0
Requires (Dev)
- codeception/aspect-mock: ~0.5
- scrutinizer/ocular: ~1.0
README
Package is abandoned.
Use phpunit --teamcity option to report test execution progress in TeamCity format.
PHPUnit TeamCity TestListener is extension for integration PHPUnit and TeamCity continious integration server. Based on PHPUnit's TestListener feature and TeamCity's Service Messages providing fast and easy test reporting during build process.
Requirements
- PHPUnit >=3.7, <6.0
- TeamCity >=7.0
Installation
Simply add a dependency on munkie/phpunit-teamcity-testlistener to your project's composer.json file if you use Composer to manage the dependencies of your project.
Here is a minimal example of a composer.json file:
{
"require-dev": {
"munkie/phpunit-teamcity-testlistener": "~1.2"
}
}
Documentation
Add Build Step in TeamCity:
phpunit --printer PHPUnit\\TeamCity\\TestListener
Press "Run..." button in TeamCity. Now build will display executed tests in realtime in "Overview" screen