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

https://github.com/vijaycs85/behat-starter

Behat 3.0 starter
https://github.com/vijaycs85/behat-starter

Last synced: about 2 months ago
JSON representation

Behat 3.0 starter

Awesome Lists containing this project

README

        

Behat 3 Starter
===============
Starter pack is a simple bootstrap to help begin your project with Behat 3.

Installation
------------
* Create your project by typing the following command:

```sh
composer create-project vijayc85/behat-starter your-project-name dev-master
```

* Download the latest version of [Selenium Server](http://docs.seleniumhq.org/download/) (under "Selenium Standalone Server" section).

Running tests
-------------
* Start selenium server
```sh
java -jar selenium-server-standalone-2.44.0.jar
```
* Go to project directory and run

```sh
vendor/bin/behat
```
* Result would be like this:

Updating tests
--------------
* Add more scenarios in features/smoke_test.feature
* Add custom actions in features/bootstrap/FeatureContext.php

Author
-----
[Vijaya Chandran Mani](http://www.vijaycs85.com)