Robot Framework support for CoreJet
Project description
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.
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 = corejet2robot
And execute it with:
bin/corejet2robot path/to/corejet.xml
Try bin/corejet2robot --help for more information.
Changelog
0.5.0 (2012-07-22)
Fixed to support the latest robotsuite.
Fixed to prepend story level steps into scenarios to allo corejet.testrunner to count them correctly.
0.4.0 (2012-05-31)
Fixed test id and title metadata to default to empty string instead of None.
0.3.0 (2012-05-30)
Fixed the XSLT and the adapter to use ‘Meta: Title’ instead to ‘Meta: Name’ to be more coherent with @story-decorator.
0.1.0 (2012-05-30)
Proof of concept.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.