Download the PHP package seretos/behat-json-formatter without Composer
On this page you can find all versions of the php package seretos/behat-json-formatter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download seretos/behat-json-formatter
More information about seretos/behat-json-formatter
Files in seretos/behat-json-formatter
Package behat-json-formatter
Short Description this library extends behat with an json formatter and publish commands to manage this generated json files
License MIT
Homepage https://github.com/Seretos/BehatJsonFormatter
Informations about the package behat-json-formatter
BehatJsonFormatter
this library extend the behat library with an json formatter. this formatter generate for every suite an json format the executed features,scenarios and steps. the library also saved the executed environment (firefox,IE,...) result. Every browserless environment will be saved as "unknown"
this library provides also different commands to validate and merge multiple generated json files.
Installation
execute the following command as below
Usage
add the following lines to your behat config yml
now your execution generates for every suite an json file into the output-path. if you run multiple tests on different machines, you can use the following commands to manage your json results:
this command search in the given directories and with pattern for json files and check, that every test only executed one time per environment
All versions of behat-json-formatter with dependencies
symfony/console Version ^3.2
symfony/dependency-injection Version ^3.2
symfony/http-kernel Version ^3.2
symfony/config Version ^3.2
symfony/yaml Version ^3.2
symfony/finder Version ^3.2
behat/behat Version ^3.3
behat/mink-extension Version ^2.2
behat/mink-selenium2-driver Version ^1.3
twig/twig Version ^1.33|^2.0