famelo/poltergeist

There is no license information available for the latest version (dev-master) of this package.

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

dev-master 2012-11-27 00:24 UTC

This package is auto-updated.

Last update: 2024-04-05 17:27:12 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