sergiu-paraschiv/phpci-mocha
Composer 安装命令:
composer require sergiu-paraschiv/phpci-mocha
包简介
npm mocha plugin for PHPCI
README 文档
README
Mocha reporter for PHPCI
Add this to composer.json:
composer require sergiu-paraschiv/phpci-mocha
Then the task to phpci.yml:
\SergiuParaschiv\PHPCI\Plugin\Mocha:
directory: "frontend"
command: "npm run test:ci"
data_offset: 2
Mocha should run with the -f json flag.
data_offset is the number of lines at the top of the output to skip before parsing the response.
test:ci in package.json should be "mocha --reporter mocha-tap-reporter --recursive app/test"
To get output in the Information tab you'll need to copy the public folder into your PHPCI installation's public folder.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-05-18