Login required
Download

Grails Fixtures Plugin

(7)
Used by approximately
3%
of Grails users
Author(s) Grails Plugin Collective
Current Release 1.1   (2 months ago)
Grails Version 1.2 > *
Tags domain  testing 
Dependency
compile ":fixtures:1.1"
Load complex domain data via a simple DSL
Last updated by burtbeckwith 7 months ago
From the command line:

grails install-plugin fixtures

In BuildConfig.groovy:

// 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 features

From the command line:

grails install-plugin build-test-data

In BuildConfig.groovy:

// adjust versions as necessary
plugins {
    test ':build-test-data:1.1.1'
    test ':fixtures:1.0.7'
}
Last updated by berngp 7 months ago
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

Last updated by admin 2 years ago
Last updated by admin 2 years ago