timitao / behatssh2terminalextension
Installs: 124
Dependents: 0
Suggesters: 1
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
- phpseclib/phpseclib: 2.0.x-dev
- timitao/behatterminalextension: 1.0.*
This package is auto-updated.
Last update: 2024-10-29 04:36:25 UTC
README
BehatSSH2TerminalExtension
Extension creating remote terminal to call commands.
This connect via SSH2, but don't use PHP SSH2 Extension
Installing extension
The easiest way to install is by using Composer:
$> curl -sS https://getcomposer.org/installer | php $> php composer.phar require timitao/behatssh2terminalextension='1.0.*'
or composer.json
"require": {
"timitao/behatssh2terminalextension": "1.0.*"
},
Examples
Configuration at behat.yml.dist
Behat scenarion at this base.feature
Versioning
Staring version 1.0.0
, will follow Semantic Versioning v2.0.0.
Contributors
- Tomasz Kunicki TimiTao [lead developer]