Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pom xml にソース ラボの依存関係を追加すると、エラーが発生します。
<dependency> <groupId>com.saucelabs</groupId> <artifactId>sauce_testng</artifactId> <version>1.0.19</version> </dependency>
同じ問題が発生している人はいますか?
アーティファクトは Sauce Labs Maven リポジトリに保存されています。pom.xml ファイルに以下を追加できますか?
<repositories> <repository> <id>Sauce Maven Repository</id> <url>https://repository-saucelabs.forge.cloudbees.com/release</url> </repository> </repositories>