https://github.com/qa-tools/behat-example
https://github.com/qa-tools/behat-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qa-tools/behat-example
- Owner: qa-tools
- License: bsd-3-clause
- Created: 2014-08-18T08:32:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T09:13:11.000Z (about 11 years ago)
- Last Synced: 2025-01-11T06:46:29.454Z (over 1 year ago)
- Size: 170 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```