plone.app.robotframework provides Robot Framework compatible resources and tools for
writing functional Selenium tests (including acceptance tests) for Plone CMS and its
add-ons.
Plone/Robot Framework requires robot-server and an appropriate test layer:
$ robot-server my.product.testing.MY_PRODUCT_ROBOT_TESTING
To test plone.app.robotframework, this command would be something like:
$ robot-server --no-reload plone.app.robotframework.testing.PLONE_ROBOT_TESTING
Then we suggest something like the python-robotframework-ride graphical editor to
open, run, and report Robotframework tests.
|