Skip to content

An example setup for using Behat for BDD against Drupal 7.

Notifications You must be signed in to change notification settings

matason/behat-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An example setup for using Behat for BDD against Drupal 7.

For detailed information, check out the slides at https://slid.es/matason/nwdug-behat-drupal-june-2013

Assumes Mac OSX or Linux operating system.

Prerequistes

Installation

Clone this repository and run the following commands to install and run Composer:

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

Configure base_url in behat.yml to point to your Drupal 7 site.

Start Selenium: $ java -jar selenium-server-standalone-.jar

Running Behat

$ ./bin/behat

Show available step definitions

$ ./bin/behat -dl

About

An example setup for using Behat for BDD against Drupal 7.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages