Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurentbristiel/robotframework-sshlibrary-example

Robot Framework SSH Library Example
https://github.com/laurentbristiel/robotframework-sshlibrary-example

Last synced: 13 days ago
JSON representation

Robot Framework SSH Library Example

Awesome Lists containing this project

README

        

# robotframework-sshlibrary-example
Robot Framework SSH Library Example.

Resources for the library:
- [Library source code](https://github.com/robotframework/SSHLibrary)
- [Keywords documentation](http://robotframework.org/SSHLibrary/SSHLibrary.html)

Usage:

1. install Robot Framework and SSH Library
```sh
pip install robotframework
pip install robotframework-sshlibrary
```
2. launch Robot tests
```sh
robot ssh-example.robot
```