https://github.com/pe2mbs/robotframework-hub2
Web app for accessing robot framework assets
https://github.com/pe2mbs/robotframework-hub2
robotframework web
Last synced: 11 months ago
JSON representation
Web app for accessing robot framework assets
- Host: GitHub
- URL: https://github.com/pe2mbs/robotframework-hub2
- Owner: pe2mbs
- License: apache-2.0
- Created: 2019-05-17T18:42:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T18:43:23.000Z (over 6 years ago)
- Last Synced: 2024-12-30T08:44:28.771Z (about 1 year ago)
- Topics: robotframework, web
- Language: Python
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Robot Framework Hub
This is a very early version of a server for the robot framework
testing framework. The hub 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
```
To run from source it's the same, except intead 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
```
## Development
When running from the command console from the project folder set
PYTHONPATH=
When running from PyCharm set the Debug/Run configuration:
Script: /home/mbertens/src/python/robotframework-hub/rfhub/__main__.py
Working folder: /home/mbertens/src/python/robotframework-hub
## 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.