BDD-Quickstart
Component ID
1702476
Component name
BDD-Quickstart
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
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
