Running single integration test quickly in Grails
Posted
by Prakash
on Stack Overflow
See other posts from Stack Overflow
or by Prakash
Published on 2010-05-25T11:30:15Z
Indexed on
2010/05/25
12:21 UTC
Read the original article
Hit count: 211
grails
|integration-testing
Is it possible to quickly run single/all integration test in a class quickly in Grails. The test-app comes with heavy baggage of clearing of all compiled files and generating cobertura reports hence even if we run single integration test, the entire code base is compiled,instrumented and the cobertura report is getting generated. For our application this takes more than 2 minutes.
If it was possible to quickly run one integration test and get a rapid feedbck, it would be immensely helpful.
Thanks
© Stack Overflow or respective owner