timitao / behatterminalextension
Installs: 164
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:behat-extension
Requires
- php: >=5.4
- behat/behat: ~3.0,>=3.0.5
Suggests
- timitao/behatssh2terminalextension: Add factory for ssh2 remote connection to terminal
This package is auto-updated.
Last update: 2024-10-29 04:41:56 UTC
README
BehatTerminalExtension
Extension creating terminal to call commands. Default, only local terminal call.
Available to add new factories like local terminal
Installing extension
The easiest way to install is by using Composer:
$> curl -sS https://getcomposer.org/installer | php $> php composer.phar require timitao/behatterminalextension='1.0.*'
or composer.json
"require": {
"timitao/behatterminalextension": "1.0.*"
},
Examples
Configuration at behat.yml.dist
Behat scenario at this base.feature
Suggestion
For remote terminals, use additional factory Behat SSH2 Terminal.
Versioning
Staring version 1.0.0
, will follow Semantic Versioning v2.0.0.
Contributors
- Tomasz Kunicki TimiTao [lead developer]