Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laurentbristiel/robotframework-sshlibrary-example
- Owner: laurentbristiel
- License: apache-2.0
- Created: 2015-01-20T08:47:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T08:19:27.000Z (over 4 years ago)
- Last Synced: 2024-10-11T00:35:26.555Z (about 1 month ago)
- Language: RobotFramework
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```