Я новичок в ява-огурце.Получение этой ошибки:
cucumber.runtime.CucumberException: Couldn't load plugin class: json-pretty
Причина: java.lang.ClassNotFoundException: json-pretty
@RunWith(Cucumber.class)
@CucumberOptions(
plugin={"pretty", "html:target/cucumber-htmlreport", "json-pretty:target/cucmber-report.json"})
public class CucumberTest {
//codes
}