Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.12.4
-
None
Description
See http://markmail.org/message/6i55xg732hyqgln6
In addition to the Release Plugin having problems, just running "mvn test" will show the build as successful if the first provider has failures.
I'm trying to create integration tests, but having a few issues.
The two tests I tried to create is where they both bring in TestNG and JUnit into the providers (like the email has), and then one have a TestNG failure, while the JUnit passes, and the inverse on the other. This way it would make sure if the order of providers changes, or is not defined, it would catch it. Any pointers or existing tests that can be tweaked/copied would be helpful.