AD
Заранее благодарен😄
Size: a a a
AD
EY
M
import io.cucumber.testng.CucumberOptions
import io.cucumber.testng.AbstractTestNGCucumberTests
@CucumberOptions(
features = arrayOf("classpath:features"),
glue = arrayOf("steps"),
plugin = arrayOf(
"pretty",
"json:target/cucumber-report.json",
"html:target/cucumber-html",
"io.qameta.allure.cucumber4jvm.AllureCucumber4Jvm"),
tags = arrayOf("@Now")
)
class TestRunner : AbstractTestNGCucumberTests()
test {
useTestNG() {
systemProperties = System.properties
}
}
з
апускал командой ./gradlew clean testt
MK
t
t
YS
t
t
t
MK
t
t
t
MK
t
MK
M
gradle test, при этом gradle файле у меня прописанно
test {
systemProperties System.properties
useTestNG() {
options.suites 'srs/test/kotlin/cucumber/base/runner.xml'
}
}