8
Quando utilizzo l'opzione nel formato in @CucumberOptions
per i rapporti di test, si sta dimostrando che l'opzione di formato è stata deprecata su come risolverlo.Come risolvere la deprecazione dell'opzione di formato in @CucumberOptions?
@CucumberOptions(monochrome = true, format = {"html:target/cucumber-html-report", "json:target/cucumber-json-report.json" })