A robust starter web application to ease Java webapp development.

Home | Tutorials | Demos | Issues

 « Return to Thread: appfuse WebTestCase: UserWebTest (test) not running under: mvn test

Re: appfuse WebTestCase: UserWebTest (test) not running under: mvn test

by mraible :: Rate this Message:

Reply to Author | View in Thread

It runs in the integration-test phase, not the test phase.

Matt

On Sun, Jun 21, 2009 at 12:52 PM, David Brown <dbrown@...> wrote:
Hello Matt and appfuser folks, I have an [ant new] appfuser-wicket-spring-ibatis application in dev. All of the out-of-the-box tests the extend: AbstractTransactionalDataSourceSpringContextTests are running. But the UserWebTest test extends: WebTestCase but does not show up in the Console list of tests executed. Is there some missed config to turn on testing for the web testing units? Previously, I have been able to simply add a test unit to the web/pages directory and the test is executed. None of the web/ directory pages are executed. Please advise, David.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


 « Return to Thread: appfuse WebTestCase: UserWebTest (test) not running under: mvn test