behatch / skeleton
Behatch project skeleton
Installs: 823
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 2
Open Issues: 0
pkg:composer/behatch/skeleton
Requires (Dev)
This package is auto-updated.
Last update: 2021-04-20 07:51:41 UTC
README
This repository's purpose is to share our custom Behat Definitions and provide a quick startup for any Project.
Installation
$ 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
Running BehatCH tests
Download selenium2 server (http://seleniumhq.org/download/) and start it:
$ java -jar selenium-server-standalone-2.24.1.jar
Copy the default configuration file:
$ cp behat.yml{-dist,}
Write tests and run:
$ ./bin/behat
Credits
Please support Behat, Mink, PHPUnit and their contributors :