How to run tests in plugins?
Posted
by Daniel Engmann
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Engmann
Published on 2010-05-31T06:50:26Z
Indexed on
2010/05/31
6:52 UTC
Read the original article
Hit count: 179
We have splitted our grails application into several inplace-plugins. Now we want to have the tests in the same plugin like the classes which they test.
Is it possible to configure our application (e.g. in BuildConfig.groovy) so that the tests in the plugins are executed too when we run "test-app"?
© Stack Overflow or respective owner