Skip to content

Commit d7ea91f

Browse files
Assertion example and test runner link in chinese language added.
1 parent 0a44970 commit d7ea91f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ description: >
7878
{{% /tab %}}
7979

8080
{{% tab header="Kotlin" %}}
81-
81+
- [Kotest](https://kotest.io/) - 个灵活且全面的测试框架,专为 Kotlin 设计。
82+
- [JUnit5](https://junit.org/junit5/) -标准的 Java 测试框架,完全兼容 Kotlin。
8283
{{% /tab %}}
8384
{{< /tabpane >}}
8485

@@ -135,7 +136,7 @@ In your project's `package.json`, add requirement to `dependencies`:
135136
{{< gh-codeblock path="examples/javascript/test/getting_started/runningTests.spec.js#L14-L15" >}}
136137
{{< /tab >}}
137138
{{< tab header="Kotlin" >}}
138-
{{< badge-code >}}
139+
{{< gh-codeblock path="examples/javascript/test/getting_started/runningTests.spec.js#L14-L15" >}}
139140
{{< /tab >}}
140141
{{< /tabpane >}}
141142

0 commit comments

Comments
 (0)