問題タブ [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.

0 投票する
1 に答える
1387 参照

selenium - org.openqa.selenium.WrapsDriver Selenide + TestContainers にアクセスできません

5.0.0TestContainers で Selenideを使用しようとしています1.9.1

どうやら、これらのバージョンには互換性がないため、テストを実行すると次のようになります。

すべてがセレン化物で正常に動作します4.12.3

0 投票する
0 に答える
294 参照

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」をグーグル検索しましたが、結果はありません。

何がうまくいかなかったのですか?