pawel-grzona/teamcity-phpspec-extension
Composer 安装命令:
composer require pawel-grzona/teamcity-phpspec-extension
包简介
Makes TeamCity display phpspec execution results in real-time.
README 文档
README
#PhpSpec extension for TeamCity CI
Formats PhpSpec output to make TeamCity display spec execution results in real-time.
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 run -f teamcity
TeamCity Configuration
- Add a Build Step
- Runner Type: Command line
- Run: Custom Script
- Custom Script:
/path/to/phpspec run -f teamcity - phpSpec tests will be included in the overall test count along with phpUnit, etc.
Requirements
PHP 5.3+
统计信息
- 总下载量: 65.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-06-28