dev-master
9999999-devBehatch project skeleton
beerware
The Development Requires
- behat/mink-goutte-driver *
- behat/mink-selenium2-driver *
- behat/mink-sahi-driver *
- behat/mink-zombie-driver *
- behatch/contexts *
bdd skeleton behat mink context
Behatch project skeleton
This repository's purpose is to share our custom Behat Definitions and provide a quick startup for any Project., (*2)
$ git clone https://github.com/Behatch/skeleton.git $ cd skeleton $ curl -s http://getcomposer.org/installer | php $ php composer.phar install --dev $ ./bin/behat features/github.feature
Download selenium2 server (http://seleniumhq.org/download/) and start it:, (*3)
$ java -jar selenium-server-standalone-2.24.1.jar
Copy the default configuration file:, (*4)
$ cp behat.yml{-dist,}
Write tests and run:, (*5)
$ ./bin/behat
Please support Behat, Mink, PHPUnit and their contributors :, (*6)
Behatch project skeleton
beerware
bdd skeleton behat mink context