П. Korstanje, пожалуйста, помогите мне,
Был создан файл junit-platform.properties со следующей конфигурацией
cucumber.execution.parallel.enabled=true
cucumber.execution.parallel.config.strategy=fixed
cucumber.execution.parallel.config.fixed.parallelism=16
Используемый gradle
cucumber = '5.6.0'
бегун для огурца
import io.cucumber.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
public class RunCucumberTest {
}
hookClass
@SpringBootTest(classes = SpringBootCucumberApplication.class)
public class UIHooks {}
SpringApp
@ExtendWith(SpringExtension.class)
@SpringBootApplication(scanBasePackages = {"io.tpd.springbootcucumber"})
@EntityScan(basePackages = {"io.tpd.springbootcucumber"})
public class SpringBootCucumberApplication {}
В качестве примера я попытался использовать https://github.com/cucumber/cucumber-jvm/blob/master/junit-platform-engine/README.md#surefire -и -gradle-workarounds для Gradle
но val consoleLauncherTest, зарегистрировав решение (JavaExe c :: class) и @Cucumber мне не помог