'IT are no longer executed with failsafe plugin after migrating to Spring Boot 2.4.0

I have some integration tests that are run with the failsafe plugin. This works until Spring Boot 2.3.5.RELEASE, but after migrating to 2.4.0 the ITs are no longer executed.

  1. Does anybody have the same problem?

  2. How can I debug failsafe to find out why the tests are not executed?



Solution 1:[1]

For me I "updated" my IT test so it uses Junit 5 style imports. Also failsafe plugin version -> 3.0.0-M5

Now they run.

Instead of silently not running, yikes.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1