Skip to content

Instantly share code, notes, and snippets.

// Generated by Grafana k6 Studio (1.9.0) on 2026-01-09T10:47:15.080Z
import { browser } from "k6/browser";
import { expect } from "https://jslib.k6.io/k6-testing/0.5.0/index.js";
export const options = {
scenarios: {
default: {
executor: "shared-iterations",
options: { browser: { type: "chromium" } },