我有一个使用 TestNG 进行 Selenium WebDriver 测试的 Maven 项目。我想在组中运行测试,这就是为什么在 pom 文件中拥有 surefire 插件很重要,这就是我添加到 pom 文件中的内容:
如果我在使用 maven 添加这些单词后运行我的项目(使用 testNG 仍在工作),我会在控制台中收到错误,并且 WebDriver 甚至都没有打开。
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.15:test
(default-test) on project PORefactor: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.15:test failed: There was an error in
the forked process.
并且 :
[ERROR] Cannot find class in classpath: com.volnoboy.POImplementation
我试图刷新和清理项目。我将项目移动到另一台计算机,错误是相同的。互联网连接良好。我应该怎么办?