TestNG を使用した Selenium WebDriver テストを含む Maven プロジェクトがあります。グループでテストを実行したいので、pom ファイルに確実なプラグインを含めることが重要です。それが 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
プロジェクトを更新してクリーンアップしようとしました。プロジェクトを別のコンピューターに移動しましたが、エラーは同じです。インターネット接続は良好です。私は何をすべきか?