Drucumber

Component ID

723276

Component name

Drucumber

Component type

module

Development status

Component security advisory coverage

not-covered

Downloads

698

Component created

Component changed

Component body

Drupal implementation of the Cucumber testing tool.

Drucumber allows you to execute feature documentation, written in plain text (of course there are some restrictions). It will generate simpletest tests from the specification, and the execute them as tests. It will also take advantage of the Drupal's translation system, so it can process non-english feature documentations.

This module will help you to do BDD (behavior driven development).

Install instructions:

Download spyc from here: http://spyc.googlecode.com/files/spyc-0.4.5.zip
Extract spyc.php to the module directory.

Developer documentation:

See the docs.php file.