Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 514 Bytes

README.rst

File metadata and controls

18 lines (10 loc) · 514 Bytes

splinter-plone

Integration of Splinter, an open source tool for testing web applications with Plone CMS

How to install

Not available yet in a PyPI package, but you can install directly from GitHub:

$ pip install -e git+http://github.com/nsi-iff/splinter-plone#egg=splinter-plone

How to use

Once installed, add the product to the instance (in the src folder) and in the buildout files. After that, just import the product as TestCase in the desired test files.