grafana / xk6-browser

The browser module adds support for browser automation and end-to-end web testing via the Chrome Devtools Protocol to k6.
https://grafana.com/docs/k6/latest/javascript-api/k6-browser/
GNU Affero General Public License v3.0
343 stars 41 forks source link

Installation failing with `parsing go.mod:` #84

Closed QAInsights closed 2 years ago

QAInsights commented 2 years ago

I am trying to install xk6-browser. But I am getting the below error in Windows 10.

Go version: 1.17.3.

image

inancgumus commented 2 years ago

Hi, thanks for letting us know.

Can you try the following:

go install go.k6.io/xk6/cmd/xk6@latest

Alexbirvik commented 2 years ago

@inancgumus Maybe it's a good idea to replace the command in the article: https://k6.io/blog/announcing-xk6-browser-testing/