Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Autotest Integration

bmabey edited this page Aug 13, 2010 · 31 revisions

Cucumber comes with an autotest plugin that will hook into the regular autotest cycle to run the features after the tests/specs. The plugin is disabled by default but can be turned on by setting the AUTOFEATURE environment variable to ‘true’. For example:

$ AUTOFEATURE=true autospec

If you always want to have the plugin run then you can export the variable in your .bash_profile or other shell file like so:


export AUTOFEATURE=true

Clone this wiki locally