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

https://github.com/qa-tools/behat-example


https://github.com/qa-tools/behat-example

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# QA-Tools / Behat Example

Example of using the QA-Tools library with Behat and Selenium2.

## Website and Documentation

* [http://www.qa-tools.io](http://www.qa-tools.io)

## Asking Questions
Feel free to ask any questions and share your experiences on the [Support Page](http://www.qa-tools.io/support/) and help to improve the documentation.

## Installation using Composer

Install/update your vendors:

```bash
$ curl http://getcomposer.org/installer | php
$ php composer.phar install
```