They absolutely do run through Maven itself. In the new integration testing scheme, the integration tests become simple JUnit tests, which, IMO, makes them even easier to run than Mojos... you can just press Play in Eclipse/IDEA and get a nice red/green report.
The most important advantage to this is that since they're just JUnit tests, you have the full power of Java to use in configuring, running, and verifying your test output. All those 1000-2000 range tests that were "too complicated" before will just become JUnit tests run nightly. -Dan -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 4:58 AM To: Maven Developers List Subject: integration testing thought Hi, I haven't had a chance to look at the new bootstrap/integration testing stuff (it seems like the build is broken according to CI?), but had a thought I wanted to raise. Will the integration tests be runnable through Maven itself? ie, can the verifier be wrapped in a mojo (which I figured would be necessary to merge with the verifier plugin as Jason was discussing). The reason I suggest this is that it would make running all or individual integration tests simpler (cd, m2 integration-test; or use the reactor). It would also allow us to do code coverage for integration tests and so on. Thoughts? - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
