2017 © Pedro Peláez
 

library skeleton

Behatch project skeleton

image

behatch/skeleton

Behatch project skeleton

  • Friday, November 20, 2015
  • by sanpi
  • Repository
  • 2 Watchers
  • 12 Stars
  • 109 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 42 % Grown

The README.md

Behat Custom Helper

Build Status, (*1)

This repository's purpose is to share our custom Behat Definitions and provide a quick startup for any Project., (*2)

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:, (*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

Credits

Please support Behat, Mink, PHPUnit and their contributors :, (*6)

  • https://github.com/Behat/Behat
  • https://github.com/Behat/Mink
  • https://github.com/sebastianbergmann/phpunit

The Versions

20/11 2015

dev-master

9999999-dev

Behatch project skeleton

  Sources   Download

beerware

The Development Requires

bdd skeleton behat mink context