Skip to content

boakley/robotframework-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b59ffa · Dec 30, 2019
Dec 30, 2019
Dec 30, 2019
Jun 23, 2015
Aug 6, 2014
Mar 2, 2019
Dec 30, 2019
Jun 13, 2014
Aug 4, 2014
Dec 29, 2019
Dec 30, 2019
Dec 30, 2019
Dec 30, 2019

Repository files navigation

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:

Acknowledgements

A huge thank-you to Echo Global Logistics (echo.com) for supporting the development of this package.

About

Web app for accessing robot framework assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published