Grails Fixtures Plugin
2% of Grails users
Dependency :
compile ":fixtures:1.2"Custom repositories :
mavenRepo "http://download.java.net/maven/2/"
Summary
Load complex domain data via a simple DSL
Installation
From the command line:In BuildConfig.groovy:In BuildConfig.groovy:
grails install-plugin fixtures
// adjust versions as necessary
plugins {
test ':fixtures:1.0.7'
}You also need to install the build-test-data plug-in if you want to use the built-test-data integration featuresFrom the command line:
grails install-plugin build-test-data
// adjust versions as necessary
plugins {
test ':build-test-data:1.1.1'
test ':fixtures:1.0.7'
}Description
The fixtures plugin allows you to load test data via a convenient DSL.Please see the documentation at: http://gpc.github.com/grails-fixtures/docs/index.html