添加 Cucumber 依赖项时在 pom.xml 文件中遇到的问题

issue faced in pom.xml file while adding cucumber dependency

提问人:srini vasan 提问时间:10/20/2023 更新时间:10/20/2023 访问量:17

问:

xsi:schemaLocation=“http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd”>

这是Pom.xml中面临的问题,这是在配置Cucumber的依赖项时发生的解决方案

我观看了 Pawan Kumar 的 Cucumber YouTube 视频并这样做了,这个问题没有适当的解决方案

我安装了 Intelli J 并执行了相同的过程,并在 Pawan Kumar 视频中遇到了一些问题

eclipse selenium-webdriver cucumber pom.xml

评论

0赞 M.P. Korstanje 10/21/2023
我想你正在看一个非常古老的视频。从 github.com/cucumber/cucumber-java-skeleton 开始

答: 暂无答案