dev-master
9999999-dev
MIT
The Requires
- php >=5.4
- behat/behat ~3.0,>=3.0.5
test extension terminal behat
Extension creating terminal to call commands. Default, only local terminal call., (*2)
Available to add new factories like local terminal, (*3)
The easiest way to install is by using Composer:, (*4)
$> curl -sS https://getcomposer.org/installer | php $> php composer.phar require timitao/behatterminalextension='1.0.*'
or composer.json, (*5)
"require": { "timitao/behatterminalextension": "1.0.*" },
Configuration at behat.yml.dist, (*6)
Behat scenario at this base.feature, (*7)
For remote terminals, use additional factory Behat SSH2 Terminal., (*8)
Staring version 1.0.0
, will follow Semantic Versioning v2.0.0., (*9)
MIT
test extension terminal behat