Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datakurre/corejet.robot
Robot Framework test suite support for CoreJet
https://github.com/datakurre/corejet.robot
Last synced: about 2 months ago
JSON representation
Robot Framework test suite support for CoreJet
- Host: GitHub
- URL: https://github.com/datakurre/corejet.robot
- Owner: datakurre
- Created: 2012-05-29T05:56:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-22T13:47:17.000Z (over 12 years ago)
- Last Synced: 2024-10-04T13:27:20.640Z (4 months ago)
- Language: Python
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.txt
Awesome Lists containing this project
README
Robot Framework support for CoreJet
===================================A work in progress. Has rough edges. Depends on `robotsuite`_.
Is auto-imported by ``corejet.testrunner >= 1.0.1`` just before
the generation of CoreJet test report (until a better way for
plugins is discovered).
Provides IStory-adapter for ``robotsuite``'s *RobotTestCase* to do the magic... _robotsuite: http://github.com/datakurre/robotsuite/
Generating test skeletons
-------------------------``corejet.robot`` ships with an XSLT stylesheet for generating test skeletons
for Python unittest. If you are using buildout, you can install a helper
script for executing the XSLT-transformation with::[corejet2robot]
recipe = zc.recipe.egg
eggs = corejet.robot
scripts = corejet2robotAnd execute it with::
bin/corejet2robot path/to/corejet.xml
Try ``bin/corejet2robot --help`` for more information.