Skip to content

Commit 2ace13c

Browse files
committed
[js] Include npx command to run tests in docs
1 parent 7729914 commit 2ace13c

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,18 @@ gradle clean test
233233
{{% /tab %}}
234234
{{% tab header="JavaScript" %}}
235235

236+
### Mocha
237+
236238
```shell
237239
mocha runningTests.spec.js
238240
```
239241

242+
### npx
243+
244+
```shell
245+
npx mocha runningTests.spec.js
246+
```
247+
240248
{{% /tab %}}
241249
{{< tab header="Kotlin" >}}
242250
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,18 @@ gradle clean test
229229
{{% /tab %}}
230230
{{% tab header="JavaScript" %}}
231231

232+
### Mocha
233+
232234
```shell
233235
mocha runningTests.spec.js
234236
```
235237

238+
### npx
239+
240+
```shell
241+
npx mocha runningTests.spec.js
242+
```
243+
236244
{{% /tab %}}
237245
{{< tab header="Kotlin" >}}
238246
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,18 @@ gradle clean test
229229
{{% /tab %}}
230230
{{% tab header="JavaScript" %}}
231231

232+
### Mocha
233+
232234
```shell
233235
mocha runningTests.spec.js
234236
```
235237

238+
### npx
239+
240+
```shell
241+
npx mocha runningTests.spec.js
242+
```
243+
236244
{{% /tab %}}
237245
{{< tab header="Kotlin" >}}
238246
{{< badge-code >}}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,18 @@ gradle clean test
213213
{{% /tab %}}
214214
{{% tab header="JavaScript" %}}
215215

216+
### Mocha
217+
216218
```shell
217219
mocha runningTests.spec.js
218220
```
219221

222+
### npx
223+
224+
```shell
225+
npx mocha runningTests.spec.js
226+
```
227+
220228
{{% /tab %}}
221229
{{< tab header="Kotlin" >}}
222230
{{< badge-code >}}

0 commit comments

Comments
 (0)