cwolf/behat-analysis-extension
Composer 安装命令:
composer require cwolf/behat-analysis-extension
包简介
Behat extension for analysing step usage and suite execution time
关键字:
README 文档
README
This extension provides analysis metrics to maintain big and growing behat suites and contexts. It does
- accumulate running times of steps and hooks, allowing to find the slowest parts of your suite
Installation
This extension requires:
- Behat 3.0+
Use composer
-
Run composer with
composer require --dev cawolf/behat-analysis-extensionor define dependencies in your
composer.json:{ "require-dev": { ... "cawolf/behat-analysis-extension": "*" } } -
Activate extension by specifying its class in your
behat.yml:# behat.yml default: # ... extensions: Cawolf\Behat\Analysis: ~
Usage
Run your behat suite as usual:
vendor/bin/behat -s default
Contributors
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-29