I’m trying to run a browser test and getting the following error when running it on Ubuntu: no command\n\tat github.com/grafana/xk6-browser/browser.mapBrowserType.func1
I’m using the following k6 version:
k6 v0.43.1 ((devel), go1.19.6, linux/amd64)
I’ve installed Google Chrome version:
Google Chrome 114.0.5735.198
That error usually means that the Google Chrome installation can not be found, but you specifically mentioned you have it installed… Could you provide the full script that you are executing and the full output please?