問題タブ [testcontainers]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
selenium - org.openqa.selenium.WrapsDriver Selenide + TestContainers にアクセスできません
5.0.0
TestContainers で Selenideを使用しようとしています1.9.1
どうやら、これらのバージョンには互換性がないため、テストを実行すると次のようになります。
すべてがセレン化物で正常に動作します4.12.3
java - testcontainers 使用時の「linkablecontainer not found」
テストコンテナを使いたい ( https://www.testcontainers.org/usage.html )
そこで、対応する Maven 依存関係をインポートしました。
次に、タスクバーの docker アイコンを右クリック -> 設定 -> 一般 を選択し、次の項目を確認しました。
testcontainers サイトの説明に従って環境変数を設定します。
そして、次のコードで JUnit テストを作成しました。
ただし、エラーが発生しました:
「linkablecontainer not found」と「org.testcontainers.containers.traits.LinkableContainer not found」をグーグル検索しましたが、結果はありません。
何がうまくいかなかったのですか?