This package provides a set of keywords that help ATDD testing of Drupal based sites using the great RobotFramework Acceptance Test Driven Development toolset.
You need to automate acceptance tests on a Drupal site target with RobotFramework like this:
*** Settings ***
Library Selenium2Library
Library DrupalLibrary ${HOME_PAGE}
*** Variables ***
${HOME_PAGE} http://localhost/drupal
*** Test Cases ***
Go Home As Admin
Log Out
Sign In admin secret
Go Home
You’re at a good place.
Attention
This package is alphaware and still actively at work. The APIs and RobotFramework keywords exposed may change quickly depending on users feedbacks.
Of course, Contributing to this package in order to have a full featured and robust support of Drupal is welcome.