Whenever running spring boot tests, this extension seems to overwrite the unit tests produced by surefire with the integration tests ran by failsafe.
This needs to be investigate further to see exactly how many times junit listener is being instantiated (my guess is twice).
Whenever running spring boot tests, this extension seems to overwrite the unit tests produced by surefire with the integration tests ran by failsafe.
This needs to be investigate further to see exactly how many times junit listener is being instantiated (my guess is twice).