https://github.com/phase2/behat-suite
https://github.com/phase2/behat-suite
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phase2/behat-suite
- Owner: phase2
- Created: 2015-10-20T17:48:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T16:54:37.000Z (over 10 years ago)
- Last Synced: 2025-01-12T17:33:47.653Z (about 1 year ago)
- Language: PHP
- Size: 133 KB
- Stars: 2
- Watchers: 62
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Behat Test Suite - README #
## Setup. ##
1. copy the behat folder to your project folder hopefully above your sites docroot
2. cd /path/to/project/folder/behat
3. ./build.sh
At this point you will have the following folders within your
/path/to/project/folder/behat/:
bin/
composer.lock
features/
features/bootstrap
vendor/
4. copy the example/behat/default.feature to your features/ folder
5. create a behat.yml (see example/behat/behat.yml)
6. test by running: bin/behat