Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 915 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 915 Bytes

Behat Custom Helper

Build Status

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 :