You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Adam Hardy <ad...@cyberspaceroad.com> on 2008/05/13 11:12:32 UTC

Looking for a way to execute integration tests multiple times using different configs


I'm working on a project using JPA, and since the project is a framework, it is 
strictly standard JPA with no proprietary code for any particular JPA provider.

I have an extensive set of integration tests which unfortunately fail in one 
place or another depending on which JPA provider I configure.

For instance, Hibernate JPA is the best, with only 3 tests failing, Toplink 
fails 5 and OpenJPA fails 10. I haven't tried Kodo yet.

What I would like to do is set up an integration testing cycle where I can 
execute the integration tests once for each JPA provider, and deploy the test 
reports onto the project site.

At its simplest I envisage a reporting plugin that will iterate over the 
integration tests for each config file given in the pom.

Is there anything like this available?

Thanks
Adam




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