Skip to content

Commit e97dd31

Browse files
committed
refactor: remove browser options on protocol test
1 parent 957070c commit e97dd31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,6 @@ export const options = {
280280
exec: 'news',
281281
vus: 20,
282282
duration: '1m',
283-
options: {
284-
browser: {
285-
type: 'chromium',
286-
}
287-
}
288283
}
289284
}
290285
};

0 commit comments

Comments
 (0)