我正在尝试将CucumberJVM2与Allure 2结合使用,但我遇到了麻烦。It does not implement 我正在尝试使用CucumberOptions指定Allure插件,如下所示:public class AllureCucumberJvm implements Reporter, Formatter
那么问题是Allure的
在运行功能文件时,我将获得以下异常
线程"main“中的异常: cucumber.runtime.java.JavaBackend.addStepDefinition(JavaBackend.java:164) at cucumber.api.java8.En.Given(En.java:190) at stepdefinitions.steps.(Runtime.java:140) at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:38) a
我有一个复杂的问题,请阅读-我想用我的框架运行范围报告,这个框架是用cucumber,testng和java创建的。我正在运行testng文件以运行测试类文件,该文件最终将运行@CucumberOptions和其中添加的功能。你能告诉我如何使用插件来添加与在特征文件中添加的cucumber语句相同的日志吗?我试过的是-错误-插件:无法加载插件类: c