Skip to content

Commit 59f9796

Browse files
Added Test Runner details for Kotlin in Japanese Language (#2165)
[deploy site] * Added Test Runner details for Kotlin * Added Test Runner details for Kotlin in Japanese Language
1 parent 866c071 commit 59f9796

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md

+3
Original file line numberDiff line numberDiff 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

Diff for: website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md

+3
Original file line numberDiff line numberDiff 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
### 装着

0 commit comments

Comments
 (0)