Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```