mdcruz / k6-browser-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k6-browser-demo

A simple project to demonstrate the latest version (v0.46.0) of k6 and k6 browser.

Prerequisites

Running the test

On your terminal, run the following command:

k6 run script.js

To run the browser test on non-headless mode:

K6_BROWSER_HEADLESS=false k6 run script.js

About


Languages

Language:JavaScript 100.0%