bako / behat-selenium-animator
Generate gif animation from behat selenium steps
1.0.5
2016-07-04 07:42 UTC
Requires
- php: >=5.5.9
- behat/behat: ^3.0
- behat/mink: dev-master
- behat/mink-extension: ^2.1
- behat/mink-goutte-driver: ^1.2
- behat/mink-selenium2-driver: ^1.3
- sybio/gif-creator: ^1.0
This package is not auto-updated.
Last update: 2024-11-23 20:31:39 UTC
README
This tools generate gif animation of every step in behat that is runned with selenium.
Installation
composer require bako/behat-selenium-animator
Add to behat configiration extension: Bako\Behat\BehatSeleniumAnimatorExtension: ~
Params:
- output_directory: directory_path (default is "/tmp/behatseleniumanimator/")
- enabled_always: true/false (not recommended)
Basic Usage
Add "--animator-record" option when running behat
Recommendation
Please use web driver focus on some elements that you want to be visible in animation.