Skip to content

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 real time test reporting during build process.

Notifications You must be signed in to change notification settings

munkie/phpunit-teamcity-testlistener

 
 

Repository files navigation

PHPUnit TeamCity TestListener

Package is abandoned.

Use phpunit --teamcity option to report test execution progress in TeamCity format.


Latest Stable Version Total Downloads License Build Status Dependency Status Scrutinizer Code Quality SensioLabsInsight Code Coverage

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

About

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 real time test reporting during build process.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%