Skip to content

Commit cde2145

Browse files
authored
Add running browser tests with scenarios notice (#1280)
1 parent f8e97e8 commit cde2145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ To run a simple local script:
2222

2323
1. Copy the following code, paste it into your favorite editor, and save it as `script.js`:
2424

25+
Note that providing an `executor` and setting the `browser` scenario option's `type` to `chromium` is mandatory. Please see the [options](/using-k6/k6-options/) and [scenarios](/using-k6/scenarios/) documentation for more information.
26+
2527
<CodeGroup labels={["script.js"]} lineNumbers={[true]}>
2628

2729
```javascript

0 commit comments

Comments
 (0)