Skip to content

Instantly share code, notes, and snippets.

@pigeonflight
Created March 21, 2014 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pigeonflight/9698142 to your computer and use it in GitHub Desktop.
Save pigeonflight/9698142 to your computer and use it in GitHub Desktop.
example tests.cfg file, for setting up robotframework on Plone
[buildout]
parts += robot sphinx-build
package-name = your.package
package-extras = [test]
test-eggs = Pillow
versions = versions
[versions]
distribute =
setuptools =
zc.buildout =
selenium =
robotsuite = 1.4.3
robotframework = 2.8.4
robotframework-selenium2library = 1.5.0
plone.app.robotramework = 0.8.3
[robot]
recipe = zc.recipe.egg
eggs +=
${test:eggs}
plone.app.robotframework [reload,debug]
scripts +=
robot-server
robot
[sphinx-build]
recipe = zc.recipe.egg
eggs +=
${test:eggs}
Sphinx
plone.app.robotframework
sphinxcontrib-robotframework [docs]
scripts +=
sphinx-build
# Usage:
# bin/sphinx-build -b html docs build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment