黄瓜文件没有加载

时间:2018-03-24 23:03:25

标签: java eclipse maven cucumber

我正在https://www.tutorialspoint.com/cucumber/cucumber_annotations.htm

上做这个黄瓜教程

他们告诉我在我的pom文件中添加一些依赖项:selenium-java,cucumber-java,cucumber-junit和junit。这是我的pom:

pom file

然后他们让我创建一个特征文件:annotation.feature和一个步骤定义文件:annotation.java。

然而,当我创建annotation.java时,我收到这条错误消息,说明"导入的cucumber.annotation.en.Given无法解析:

annotation file

然而,黄瓜是我的maven依赖:

enter image description here

那为什么说导入无法解决?

1 个答案:

答案 0 :(得分:0)

好像你的测试目录不在eclipse项目类路径中。转到项目 - >属性 - > Java构建路径并添加它。此外,mvn clean install有时会有所帮助