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
- Host: GitHub
- URL: https://github.com/vijaycs85/behat-starter
- Owner: vijaycs85
- Created: 2016-05-13T03:09:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T04:05:25.000Z (almost 9 years ago)
- Last Synced: 2025-01-18T02:44:00.584Z (3 months ago)
- Language: Cucumber
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.phpAuthor
-----
[Vijaya Chandran Mani](http://www.vijaycs85.com)