Closed xgouchet closed 4 years ago
@ ExtendWith(ForgeExtension::class) @ForgeConfiguration(Configurator::class) abstract class A { } class B : A() { }
When running tests from B, the configurator is not found. It would be neat if Elmyr could find it automatically!
When running tests from B, the configurator is not found. It would be neat if Elmyr could find it automatically!