vaadin / quarkus

An extension to Quarkus to support Vaadin Flow
Apache License 2.0
28 stars 3 forks source link

Integration tests should use failsafe plugin : not surefire #40

Closed denis-anisimov closed 2 years ago

denis-anisimov commented 3 years ago

At the moment integration tests are suing surefire plugin to run the tests. This is incorrect since ITs should be executed by failsafe maven plugin.

This may cause an issue e.g. (which I already had) : of you have both QuarkusTest and QuarkusIntegrationTest at the same time then you will get a cryptic exception from Quarkus.

So, what needs to be done: