Create robot keyword documentation as static HTML
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-bli
$ 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/bli74/robotframework-hub
This is a fork of the initial project:
- Source code (upstream): https://github.com/boakley/robotframework-hub
- Project wiki: https://github.com/boakley/robotframework-hub/wiki
The last changes in this project were added in 2019 and since then pull requests are still open.
This fork includes compatibility fixes and additional functionality:
- Updated requirement versions.
- Completed '.rfhubignore' logic.
- Compatibility fixes for Robot Framework 3.2.x and 4.x
- Support of umbrella libraries. That means libraries that include all libraries from the subdirectrory and provide an aggregated set of keywords. To write tests only this aggregated library should be included and the documentation should list the keywords for this aggregated library only.
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
Built Distribution
Hashes for robotframework-hub-static-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d666eecc77a3574c6b3cf0517d27d3ab44e6d98f0eaca9cd51074832737a0ce6 |
|
MD5 | bae35c41dabab79a5167f4bbbe337929 |
|
BLAKE2b-256 | ca05f06606773b3103a7a0cfb9302732a6e6a2052a3b96057c928af3ea948041 |
Hashes for robotframework_hub_static-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d8c503f9ef85735608acd57bfe473c99246e57ee7558dee1d4ceda60a9b6f77 |
|
MD5 | 060dfcb1a00faacc3b7aaa20b578e969 |
|
BLAKE2b-256 | b7d9a4d9e1c97588ae5b0be53f34fb85bc2b14fbfdee27b80335e4bd2fa5116e |