File tree 2 files changed +6
-0
lines changed
website_and_docs/content/documentation/webdriver/getting_started
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.
98
98
99
99
{{% tab header="Kotlin" %}}
100
100
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.
101
103
{{% /tab %}}
104
+
102
105
{{< /tabpane >}}
103
106
104
107
### Installing
Original file line number Diff line number Diff line change @@ -88,7 +88,10 @@ Seleniumコードの使用方法に関係なく、優れた統合開発環境が
88
88
89
89
{{% tab header="Kotlin" %}}
90
90
91
+ - [ Kotest] ( https://kotest.io/ ) - Kotlin専用に設計された、柔軟で包括的なテストフレームワークです。
92
+ - [ JUnit5] ( https://junit.org/junit5/ ) - 標準的なJavaテストフレームワークであり、Kotlinと完全に互換性があります。
91
93
{{% /tab %}}
94
+
92
95
{{< /tabpane >}}
93
96
94
97
### 装着
You can’t perform that action at this time.
0 commit comments