vijaycs85 / behat-starter
Behat 3.0 starter
Package info
github.com/vijaycs85/behat-starter
Language:Cucumber
Type:behat-sample
pkg:composer/vijaycs85/behat-starter
dev-master
2016-05-13 04:05 UTC
Requires
- behat/behat: ~3.0.6
- behat/mink-extension: 2.2
- behat/mink-selenium2-driver: 1.3.1
This package is auto-updated.
Last update: 2026-02-26 11:17:18 UTC
README
Starter pack is a simple bootstrap to help begin your project with Behat 3.
Installation
- Create your project by typing the following command:
composer create-project vijayc85/behat-starter your-project-name dev-master
- Download the latest version of Selenium Server (under "Selenium Standalone Server" section).
Running tests
- Start selenium server
java -jar selenium-server-standalone-2.44.0.jar
- Go to project directory and run
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
