每当我运行我的代码时,它都会引发错误,这是什么问题?enter image description here
package com.arju.arts.tester;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(
features="com.arju.artsfeature",
glue="com.arju.arts.stepdefination",
dryRun=true,
monochrome=true
)
public class tester {
}
我尝试使用上面的代码,也请通过链接图像以获得更好的视图