Shell & SSH Automation
Scenario: Establish shell session and run a command
Given shell session to
"""
{
"type": "ssh",
"host": "test.rebex.net",
"port": 22,
"basicAuth": {
"username": "demo",
"password": "password"
}
}
"""
When I run command "whoami"
Then command should complete successfully
And command output should contain "demo"
Last updated

