Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosv2/bdd-example
Example for the BDD presentation
https://github.com/carlosv2/bdd-example
Last synced: 2 months ago
JSON representation
Example for the BDD presentation
- Host: GitHub
- URL: https://github.com/carlosv2/bdd-example
- Owner: carlosV2
- License: mit
- Created: 2014-09-16T21:52:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T14:20:48.000Z (over 10 years ago)
- Last Synced: 2023-08-09T10:24:35.900Z (over 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BDD-Example
===========Example for the BDD presentation
Installation
============Checkout the source code:
```
$ git clone https://github.com/carlosV2/BDD-Example.git
```Get into the directory:
```
$ cd BDD-Example
```Install the dependencies ([More information about composer](https://getcomposer.org/ "Composer")):
```
$ composer install
```Running the test suites
=======================To run PHPSpec ([More information about PHPSpec](http://www.phpspec.net/ "PHPSpec")):
```
$ bin/phpspec run
```To run Behat ([More information about Behat](http://behat.org/ "Behat")):
```
$ bin/behat
```