Webserver for robot framework assets
Project description
Welcome to Robot Framework Hub
This project implements a simple web server for viewing robot framework keyword documentation. This uses flask to provide both a RESTful interface and a browser-based UI for accessing test assets.
It's crazy easy to get started. To install and run from a PyPi package, do the following:
$ pip install robotframework-hub
$ python -m rfhub
Note: robotframework-hub requires python 3.6 or greater
To run from source it's the same, except that instead of installing, you cd to the folder that has this file.
That's it! You can now browse documentation by visiting the url http://localhost:7070/doc/
Want to browse your local robotframework assets? Just include the path to your test suites or resource files on the command line:
$ python -m rfhub /path/to/test/suite
Websites
Source code, screenshots, and additional documentation can be found here:
- Source code: https://github.com/boakley/robotframework-hub
- Project wiki: https://github.com/boakley/robotframework-hub/wiki
Acknowledgements
A huge thank-you to Echo Global Logistics (echo.com) for supporting the development of this package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file robotframework-hub-1.0.1.tar.gz
.
File metadata
- Download URL: robotframework-hub-1.0.1.tar.gz
- Upload date:
- Size: 186.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c22a92ca9d7f4d1e8676df794a648c986b57704c1c8054d8ba4d636da5d8c10 |
|
MD5 | e55f5c4247322865aaf7d0a80be4d8ba |
|
BLAKE2b-256 | dbf96146ba43fad6e88073523004c36178bac325e06a496a3a633d4724bcd576 |