Hi there!
I am trying to add the k6/browser library to our performance testing suite and I can’t get it to run.
I’ve been following the tutorials in the documentation and while executing the script shown in this page of the wiki, I get the following error, which points to the “chromium.launch” function:
Which version of k6 are you using? If you are working with the latest version (v0.45.0) then you shouldn’t be facing that issue.
If you are building your own binary from source, then you will likely face this issue if you are working off of the latest main branch. What command do you use to create your binary?
I was using 0.44 but I just updated it as you suggested, but the error is still there. I downloaded k6 through the official installer.
Do you think going with a clean reinstallation with Chocolatey will solve this?