Download the PHP package cwolf/behat-analysis-extension without Composer
On this page you can find all versions of the php package cwolf/behat-analysis-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package behat-analysis-extension
Behat analysis extension
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-extension
or 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
All versions of behat-analysis-extension with dependencies
PHP Build Version
Package Version
The package cwolf/behat-analysis-extension contains the following files
Loading the files please wait ....