Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boakley/talos
reinvention of the robotframework hub, this time using django
https://github.com/boakley/talos
Last synced: 12 days ago
JSON representation
reinvention of the robotframework hub, this time using django
- Host: GitHub
- URL: https://github.com/boakley/talos
- Owner: boakley
- License: apache-2.0
- Created: 2015-03-31T13:42:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T12:41:10.000Z (over 8 years ago)
- Last Synced: 2024-10-09T16:41:45.274Z (3 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Talos!
=================Talos is a re-implementation of the [robot framework
hub](https://github.com/boakley/robotframework-hub) using django
(note: the original hub uses flask).Talos is very much a work in progress. Don't expect anything to work
(though you might get lucky!)Getting Started
---------------Talos provides a RESTFUL api to a repository of robot framework keywords.
To test this out you'll need a repository of tests and resource files (library
files are temporarily unsupported). You'll pass the name of a folder to a
special django admin command which will find all keywords in resource files
and test suites within that folder and all child folders.If you've used django before this will be very familiar. Clone this repository, cd to the repository, then run the following commands:
$ python manage.py migrate
$ python manage.py addproject /path/to/folder/with/resource/files
$ python manage.py runserver
Then, open a browser to http://localhost:8000/api/