Skip to content

Commit a6c4156

Browse files
mdcruzinancgumus
andauthored
Apply suggestions from code review
Co-authored-by: İnanç Gümüş <[email protected]>
1 parent 93b0154 commit a6c4156

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/data/markdown/translated-guides/en/03 Using k6 browser/01 Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This module aims to provide rough compatibility with the Playwright API, so you
1313

1414
<Blockquote mod="note" title="">
1515

16-
To work with the browser module, make sure you are using the latest [k6 version](https://github.com/grafana/k6/releases) and you must install a Chromium-based browser on your machines.
16+
To work with the browser module, ensure you are using the latest [k6 version](https://github.com/grafana/k6/releases), and install a Chromium-based browser on your machine.
1717

1818
</Blockquote>
1919

src/data/markdown/translated-guides/en/03 Using k6 browser/02 Running browser tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $ k6 run script.js
9090
#
9191
# You can find an example of a hardened SECCOMP profile in:
9292
# https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json.
93-
docker run --rm -i --cap-add=SYS_ADMIN -v $(pwd):/home/k6/screenshots grafana/k6:master-with-browser run - <script.js
93+
docker run --rm -i -v $(pwd):/home/k6/screenshots grafana/k6:master-with-browser run - <script.js
9494
```
9595

9696
```bash
@@ -122,7 +122,7 @@ $ K6_BROWSER_HEADLESS=false k6 run script.js
122122
#
123123
# You can find an example of a hardened SECCOMP profile in:
124124
# https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json.
125-
docker run --rm -i --cap-add=SYS_ADMIN -v $(pwd):/home/k6/screenshots -e K6_BROWSER_HEADLESS=false grafana/k6:master-with-browser run - <script.js
125+
docker run --rm -i -v $(pwd):/home/k6/screenshots -e K6_BROWSER_HEADLESS=false grafana/k6:master-with-browser run - <script.js
126126
```
127127

128128
```bash

0 commit comments

Comments
 (0)