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 admin 2 years ago
Last updated by admin 2 years ago