hack solution = multiple executions of verify?

I think it's summary file you need to configure...

this was a use case I had not anticipated... so integration-test and verify
both communicate using the summary file, integration test overwrites each
time

please file a jira

thanks

-Stephen

2009/12/8 Andreas Sewe <s...@st.informatik.tu-darmstadt.de>

> Hi all,
>
> our project has a set of integration tests that have to be passed using
> *several* combinations of systemProperties/argLine. (Note that the test
> classes are identical; only the configuration changes.)
>
> Getting the tests to execute is easy; I just bind multiple executions of
> failsafe:integration-test to the integration-test phase. Getting
> failsafe:verify to pick up all tests results, however, is not, as I
> wasn't able to figure out which parameters to tweak: summaryFile?
> reportsDirectory?
>
> What is the Maven way to achieve this -- and to have all combinations of
> systemProperties/argLine show up in the project reports as well?
> Duplicating our integration tests is certainly not the way to go...
>
> Any help is greatly appreciated.
>
> Andreas Sewe
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to