Options of Runner file in Cucumber #3
Автор: Blessings Automation Hub
Загружено: 2021-08-28
Просмотров: 232
Описание:
@RunWith(Cucumber.class)
@CucumberOptions(
features = "src/test/java/Feature/login.feature"
,glue={"StepDefination"},
monochrome=true,
// tags = "@smoketest",
// dryRun = true,
// strict = true,
//plugin = {"pretty","html:target/htmlreports/reports.html"}
//plugin = {"pretty","json:target/jsonReports/reports.json"}
plugin = {"pretty","junit:target/JunitReports/reports.xml",
"json:target/jsonReports/reports.json",
"html:target/htmlreports/reports.html"
}
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: