We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68674c commit 7a32efaCopy full SHA for 7a32efa
website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md
@@ -98,7 +98,10 @@ that will be used for all examples on this page.
98
99
{{% tab header="Kotlin" %}}
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.
103
{{% /tab %}}
104
+
105
{{< /tabpane >}}
106
107
### Installing
0 commit comments