/junit5-failsafe-example

An example of JUnit bug that prevents failsafe from running with Maven.

Primary LanguageJava

The following is an example of a the failing integration tests caused by the OutOfMemory and fix.

This contains two Maven projects, the first without the fix, the second with the fix:

  • junit-failsafe-example-faily - an example without the fix in the pom.xml
  • junit-failsafe-example - an example with the fix in the pom

To see the example of the integration tests successfully running in the second example use:

  • mvn clean failsafe:integration-test