lmszor / gherkinator
Selenium IDE / Gherkin converter | Forked, and changed, from https://github.com/salmabenhadjali/gherkinator
dev-master
2019-11-14 13:45 UTC
Requires
- php: >=5.3.2
- behat/behat: ~3.1
- behat/mink: ~1.6
- behat/mink-extension: *
- behat/mink-goutte-driver: *
- behat/mink-selenium2-driver: *
- monolog/monolog: *
- paquettg/php-html-parser: *
- symfony/console: ~2.3|~2.8
- symfony/framework-bundle: ~2.3|~2.8
This package is auto-updated.
Last update: 2025-03-15 01:50:11 UTC
README
Gherkinator Selenium IDE parser is a simple parser which allows you to convert Selenium IDE tests and try your scenarios under a behat gherkin environment.
This package can be found on packagist and is best loaded using composer
======= Install
1- In the "composer.json" add :
"behat/behat" : "3.1.x-dev",
"behat/mink" : "1.6.*",
"behat/mink-extension" : "*",
"behat/mink-goutte-driver" : "*",
"behat/mink-selenium2-driver" : "*",
"monolog/monolog": "*",
"paquettg/php-html-parser" : "*",
"gherkinator/selenium-ide-parser" : "dev-master"
2- Update the composer
sudo composer update
3- In the "AppKernel.php" add :
new Open\GherkinatorBundle\GherkinatorBundle(),
4- In the "app/config/config.yml" add :
imports:
- { resource: @GherkinatorBundle/Resources/config/parameters.yml }
5- Then Init behat :
sudo bin/behat --init
sudo chmod -R 777 features
6- Then you should copy from "vendor/gherkinator/selenium-ide-parser" :
"behat.yml" in the project root
"WebContext.php" under "features/bootstrap"
Usage
php app/console gherkinator:feature:generate