Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Note: this project requires PHP 5.3
Which branch is right for me?
|
Composer - if you want to develop new step definitions Pros
Cons
|
Phar - if you want to use existing step definitions Pros
Cons
|
Set up instructions:
Composer Branch
- Clone this repository
- In the repo root, install Composer, a PHP Dependency Manager:
wget -nc http://getcomposer.org/composer.phar - Run the composer install command:
php composer.phar installNote: This takes a little while before you start seeing any output. - Copy local.behat.yml.example to local.behat.yml, making sure you're pointed at the base host you intend. You'll use this file to store settings that reflect your local environment, credentials, and other settings which don't belong in the repository.
- Run all tests:
bin/behat
Phar Branch
- Clone this repository
- Copy local.behat.yml.example to local.behat.yml, making sure you're pointed at the base host you intend. You'll use this file to store settings that reflect your local environment, credentials, and other settings which don't belong in the repository.
- Run all tests:
php behat.phar
Project information
- Created by eliza411 on , updated
