This content has been marked as final.
Show 3 replies
-
1. Re: Running Tests
ddadlani Jan 22, 2015 11:21 AM (in response to cpuffalt)1 of 1 people found this helpfulHello Corey,
If you run the command: mvn clean install -Pintegration-test
in the directory of the Errai module, Maven will install and run the tests for that module only.
Cheers,
Divya -
2. Re: Running Tests
cpuffalt Jan 22, 2015 3:49 PM (in response to ddadlani)Divya,
Thanks for your response. Is there anyway to run the tests without performing an install? Normally tests are bound to the maven test phase?
Corey
-
3. Re: Running Tests
csa Jan 26, 2015 7:55 AM (in response to cpuffalt)You should be able to run: mvn clean integration-test -Pintegration-test.
Cheers,
Christian