I am trying to run k6 script.
First getting an error as GoError: To run browser tests set env var K6_BROWSER_ENABLED=true
To resolve the above issue I try to run the script using $Env: K6_BROWSER_ENABLED=‘true’; k6 run browser-test.js
But again getting an error
Need help
7 posts - 2 participants