Skip to content

Commit

Permalink
Update to v0.9.0 of xk6-browser (#3010)
Browse files Browse the repository at this point in the history
This will bring in the latest "release" version of xk6-browser module.
  • Loading branch information
ankur22 authored Apr 6, 2023
1 parent 04150a4 commit 1785ec0
Show file tree
Hide file tree
Showing 11 changed files with 198 additions and 118 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.5.0
github.com/grafana/xk6-browser v0.8.2-0.20230329135657-a01218eaee2f
github.com/grafana/xk6-browser v0.9.0
github.com/grafana/xk6-output-prometheus-remote v0.1.0
github.com/grafana/xk6-redis v0.1.1
github.com/grafana/xk6-timers v0.1.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grafana/xk6-browser v0.8.2-0.20230329135657-a01218eaee2f h1:/9pTQhJoYlB3vrubQXAODDZEl4pcKdm0sNN+8e0+xtI=
github.com/grafana/xk6-browser v0.8.2-0.20230329135657-a01218eaee2f/go.mod h1:W5hLYHj3JT1wivOncQan8OncXBa39rjdRM4qwyXi6nI=
github.com/grafana/xk6-browser v0.9.0 h1:lEPSM/hgzIO+dvLbrf+O6flLgNH3d0i+GVkOzPi9HSs=
github.com/grafana/xk6-browser v0.9.0/go.mod h1:ax6OHARpNEu9hSGYOAI4grAwiRapsNPi9TBQxDYurKw=
github.com/grafana/xk6-output-prometheus-remote v0.1.0 h1:yJc09O6TeBYLFfNG/dqBDtvHmM9P1B2ZFTyr0HgvsHY=
github.com/grafana/xk6-output-prometheus-remote v0.1.0/go.mod h1:R4o0VbIfbQNNPSGkeeiCBLzwNfG+DEdfKYNsV1oww1Y=
github.com/grafana/xk6-redis v0.1.1 h1:rvWnLanRB2qzDwuY6NMBe6PXei3wJ3kjYvfCwRJ+q+8=
Expand Down
22 changes: 17 additions & 5 deletions vendor/github.com/grafana/xk6-browser/browser/mapping.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions vendor/github.com/grafana/xk6-browser/browser/module.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 118 additions & 84 deletions vendor/github.com/grafana/xk6-browser/common/browser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions vendor/github.com/grafana/xk6-browser/common/frame_session.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions vendor/github.com/grafana/xk6-browser/common/session.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions vendor/github.com/grafana/xk6-browser/k6ext/cloud.go

This file was deleted.

Loading

0 comments on commit 1785ec0

Please sign in to comment.