@@ -49,32 +49,32 @@ description: >
4949{{< tabpane text=true >}}
5050{{% tab header="Java" %}}
5151
52- -  [ JUnit] ( https://junit.org/junit5/ )  - A widely-used testing framework for  Java-based  Selenium tests. 
53- -  [ TestNG] ( https://testng.org/ )  - Offers extra features like parallel test execution and parameterized tests. 
52+ -  [ JUnit] ( https://junit.org/junit5/ )  - 个广泛使用的用于基于  Java 的  Selenium 测试的测试框架。 
53+ -  [ TestNG] ( https://testng.org/ )  - 提供诸如并行测试执行和参数化测试等额外功能。 
5454  {{% /tab %}}
5555
5656{{% tab header="Python" %}}
5757
58- -  [ pytest] ( https://pytest.org/ )  - A preferred choice for many, thanks to its simplicity and powerful plugins. 
59- -  [ unittest] ( https://docs.python.org/3/library/unittest.html )  - Python's standard library testing framework. 
58+ -  [ pytest] ( https://pytest.org/ )  - 由于其简单性和强大的插件,它成为许多人的首选。 
59+ -  [ unittest] ( https://docs.python.org/3/library/unittest.html )  - Python 的标准测试库 
6060  {{% /tab %}}
6161
6262{{% tab header="CSharp" %}}
6363
64- -  [ NUnit] ( https://nunit.org/ )  - A popular unit-testing framework for .NET. 
65- -  [ MS Test] ( https://docs.microsoft.com/en-us/visualstudio/test/getting-started-with-unit-testing?view=vs-2019 )  - Microsoft's own unit testing framework. 
64+ -  [ NUnit] ( https://nunit.org/ )  - .NET的流行单元测试框架 
65+ -  [ MS Test] ( https://docs.microsoft.com/en-us/visualstudio/test/getting-started-with-unit-testing?view=vs-2019 )  - 微软自己的单元测试框架 
6666  {{% /tab %}}
6767
6868{{% tab header="Ruby" %}}
6969
70- -  [ RSpec] ( https://rspec.info/ )  - The most widely used testing library for running Selenium tests in Ruby. 
71- -  [ Minitest] ( https://github.com/seattlerb/minitest )  - A lightweight testing framework that comes with Ruby standard library. 
70+ -  [ RSpec] ( https://rspec.info/ )  - Ruby中运行Selenium测试最广泛使用的测试库 
71+ -  [ Minitest] ( https://github.com/seattlerb/minitest )  - 一个随Ruby标准库附带的轻量级测试框架 
7272  {{% /tab %}}
7373
7474{{% tab header="JavaScript" %}}
7575
76- -  [ Jest] ( https://jestjs.io/ )  - Primarily known as a testing framework for React, it can also be used for Selenium tests. 
77- -  [ Mocha] ( https://mochajs.org/ )  - The most common JS library for running Selenium tests. 
76+ -  [ Jest] ( https://jestjs.io/ )  - 主要作为React的测试框架而闻名,但也可以用于Selenium测试 
77+ -  [ Mocha] ( https://mochajs.org/ )  -最常用的运行Selenium测试的JavaScript库。 
7878  {{% /tab %}}
7979
8080{{% tab header="Kotlin" %}}
@@ -136,7 +136,7 @@ In your project's `package.json`, add requirement to `dependencies`:
136136{{< gh-codeblock path="examples/javascript/test/getting_started/runningTests.spec.js#L14-L15" >}}
137137{{< /tab >}}
138138{{< tab header="Kotlin" >}}
139- {{< gh-codeblock path="examples/javascript/ test/getting_started/runningTests.spec.js#L14-L15 " >}}
139+ {{< gh-codeblock path="examples/kotlin/src/ test/kotlin/dev/selenium/ getting_started/FirstScriptTest.kt#L20-21 " >}}
140140{{< /tab >}}
141141{{< /tabpane >}}
142142
0 commit comments