famelo / poltergeist
Helper Package to setup Behat and Mink inside TYPO3 Flow
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-flow-package
Requires
- behat/mink-selenium2-driver: *
- famelo/behat: dev-master
- famelo/mink-extension: *
- typo3/flow: *
This package is auto-updated.
Last update: 2024-11-05 18:39:10 UTC
README
Simple install it through composer:
composer require famelo/poltergeist
After the installation you can run the kickstart command to add some files to your current Flow installation:
./flow behat:kickstart
This adds a behat.yml and a folder Tests/Features/ to your current setup.
To run behat you can just run this:
./bin/behat
Here are a few Sites to get you started on Behat:
behat.yml: http://docs.behat.org/guides/7.config.html
Behat Quickstart: http://docs.behat.org/quick_intro.html
Developing Web Applications with Behat and Mink: http://docs.behat.org/cookbook/behat_and_mink.html