eblount / teamcity-phpspec-extension

TeamCity extension to display phpspec execution results in real-time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#PhpSpec extension for TeamCity CI

Formats PhpSpec output to make TeamCity display spec execution results in real-time.

Build Status Scrutinizer Code Quality Build Status

The 2.* version has been rebuilt from scratch to work with phpspec/phpspec rather than phpspec/phpspec2 and as such is not backward compatible.

Installation

In your composer.json:

{
    "require-dev": {
        "pawel-grzona/teamcity-phpspec-extension": "2.*"
    }
}

Configuration

In your phpspec.yml:

extensions:
    - PhpSpec\TeamCity\Extension

Usage

./phpspec -f teamcity

Requirements

PHP 5.3+

About

TeamCity extension to display phpspec execution results in real-time.

License:MIT License


Languages

Language:PHP 97.8%Language:Shell 2.2%