简体   繁体   中英

Target specific package when running Grails integration tests using Gradle

I can target a specific package with the grails command:

grails test-app com.mypackage.* -integration

How to do the same using Gradle wrapper? Tried ./gradlew integrationTest com.mypackage.* , but no luck.

(Grails 3.1.10, Gradle wrapper 2.13)

./gradlew iT --tests "com.mypackage.*"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM