File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,10 @@ that will be used for all examples on this page.
9898
9999{{% tab header="Kotlin" %}}
100100
101+ - [ Kotest] ( https://kotest.io/ ) - A flexible and comprehensive testing framework specifically designed for Kotlin.
102+ - [ JUnit5] ( https://junit.org/junit5/ ) - The standard Java testing framework, fully compatible with Kotlin.
101103{{% /tab %}}
104+
102105{{< /tabpane >}}
103106
104107### Installing
Original file line number Diff line number Diff line change @@ -88,7 +88,10 @@ Seleniumコードの使用方法に関係なく、優れた統合開発環境が
8888
8989{{% tab header="Kotlin" %}}
9090
91+ - [ Kotest] ( https://kotest.io/ ) - Kotlin専用に設計された、柔軟で包括的なテストフレームワークです。
92+ - [ JUnit5] ( https://junit.org/junit5/ ) - 標準的なJavaテストフレームワークであり、Kotlinと完全に互換性があります。
9193{{% /tab %}}
94+
9295{{< /tabpane >}}
9396
9497### 装着
You can’t perform that action at this time.
0 commit comments