robotframework keywords and utilities for Drupal testings
Project description
robotframework-drupallibrary
RobotFramework keywords and utilities for Drupal site acceptance testings.
You may learn about RobotFramework reading from http://robotframework.org
Full documentation and API
Developer installation
Please use a virtualenv to maintain this package, but I should not need to say that.
Grab the source from the SCM repository, “cd” in, then:
$ python setup.py develop
$ pip install robotframework-drupallibrary[dev]
Run the tests:
$ python setup.py test
Build the Sphinx documentation:
$ python setup.py build_sphinx
$ firefox build/sphinx/html/index.html
Links
Project home page and source code
Issues tracker
https://github.com/alterway/robotframework-drupallibrary/issues
Contributors
DrupalLibrary is a software provided by Alter Way.
Gilles Lenfant: Main developer
Changes log
1.0.0
Package creation with bobtemplates.gillux [glenfant]