在Classpath中找不到功能

时间:2019-07-10 10:16:07

标签: java junit4 gherkin cucumber-java

我在执行代码时得到No Feature file found in classpath[]

package testRunners;

import org.junit.runner.RunWith;

import cucumber.api.junit.Cucumber;
import io.cucumber.junit.CucumberOptions;

@RunWith(Cucumber.class)
@CucumberOptions(features="src\\main\\java\\resources",glue= "src\\main\\java\\stepDefinitions")
public class TestRunner_GoogleHomepage {

}

0 个答案:

没有答案