neronmoon/teamcity-codeception
最新稳定版本:v0.1
Composer 安装命令:
composer require --dev neronmoon/teamcity-codeception
包简介
Integrating codeception builds with codeception
README 文档
README
Integrates Codeception and Teamcity CI using service-messages https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCity
Installation:
Add require string to composer.json
... "require-dev": { "neronmoon/teamcity-codeception": "dev-master", } ...
and add
extensions: enabled: ... - Codeception\Extension\TeamCity ...
to your codeception.yml file
Known issues
If you are using custom runner script, php may not detect env variables. So you just need to add CI env var to you server (export CI=CI) or to your runner script
统计信息
- 总下载量: 342.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-08