Skip to content

Commit e568852

Browse files
Assertion example and test runner link in portuguese language added. (#2170)
[deploy site]
1 parent a2b37bb commit e568852

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.pt-br.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ que será usado para todos os exemplos nesta página.
9393
{{% /tab %}}
9494

9595
{{% tab header="Kotlin" %}}
96-
96+
- [Kotest](https://kotest.io/) - Uma estrutura de testes flexível e abrangente, projetada especificamente para Kotlin.
97+
- [JUnit5](https://junit.org/junit5/) - A estrutura de testes padrão do Java, totalmente compatível com Kotlin.
9798
{{% /tab %}}
9899
{{< /tabpane >}}
99100

@@ -151,7 +152,7 @@ In your project's `package.json`, adicionar requisito às `dependências`:
151152
{{< gh-codeblock path="examples/javascript/test/getting_started/runningTests.spec.js#L14-L15" >}}
152153
{{< /tab >}}
153154
{{< tab header="Kotlin" >}}
154-
{{< badge-code >}}
155+
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L20-21" >}}
155156
{{< /tab >}}
156157
{{< /tabpane >}}
157158

0 commit comments

Comments
 (0)