1. Define "set of tests" that should be run at the begining. 2. Fail build if
any error/failure occured in some specified "set of tests".
-------------------------------------------------------------------------------------------------------------------------------------------
Key: SUREFIRE-582
URL: http://jira.codehaus.org/browse/SUREFIRE-582
Project: Maven Surefire
Issue Type: Wish
Components: plugin
Environment: Any
Reporter: Paul Green
Priority: Minor
Add possibility to:
1) define set of tests that will be executed at the begining within signle
maven module
2) fail entire build if some test from specified list will fail
Using Spring in your project it's common practice that there is a need to wire
some spring application context to be able to execute most of the tests. It
will be good to have possibility to fail entire build immediately if such
spring application context couldn't be wired because of some incorrectly
commited code. But to achieve that: there need to be some special test case
written that will only try to wire application context, then such test need to
be run at the first place and any failure/error in such test should result in
entire build failure.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira