A simple project to demonstrate the latest version (v0.46.0) of k6 and k6 browser.
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
A simple project to demonstrate the latest version (v0.46.0) of k6 and k6 browser.
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