Cucumber Plugin

  • Tags : testing, functional
  • Latest : 0.8.0
  • Last Updated: 09 January 2013
  • Grails version : 1.3.0 > *
1 vote
Dependency :
compile ":cucumber:0.8.0"

Documentation Source Issues

Summary

Test your Grails apps with Cucumber

Installation

Add the plugin to plugins in BuildConfig.groovy :

plugins {
    test ":cucumber:0.7.0"
}

Description