https://github.com/grails/grails-functional-tests-old
https://github.com/grails/grails-functional-tests-old
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/grails/grails-functional-tests-old
- Owner: grails
- Created: 2010-02-11T00:01:24.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T17:31:53.000Z (almost 11 years ago)
- Last Synced: 2024-11-02T12:25:06.523Z (over 1 year ago)
- Language: Groovy
- Homepage:
- Size: 26 MB
- Stars: 14
- Watchers: 25
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
While running the functional test suite there are several system properties
that may be set to control which tests are run:
- skipCli may be set to skip all of the CLI tests
- skipScripts may be set to skip all of the functional test scripts
- skipNewApp will skip all of the new app functional tests
- skipApps may be set to skip all of the functional test apps
- appToTest may be set to specify a specific functional test app to run
As an example, to skip the scripts tests, skip the new app tests and run only the spring
functional test app:
ant -DskipNewApp=true -DskipScripts=true -DappToTest=spring
Running the test suite relies on access to a copy of the Grails. When
running the build you need to set the grails.home system property
and assign it a value that points to a valid Grails installation.
ant -Dgrails.home=/home/user/tools/grails