Skip to content

Commit

Permalink
Update k6 with browser v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 authored and mstoykov committed Mar 14, 2024
1 parent 55256e6 commit b75441c
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 64 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.3
github.com/gorilla/websocket v1.5.1
github.com/grafana/xk6-browser v1.4.1
github.com/grafana/xk6-browser v1.4.2
github.com/grafana/xk6-dashboard v0.7.2
github.com/grafana/xk6-output-prometheus-remote v0.3.1
github.com/grafana/xk6-redis v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/grafana/xk6-browser v1.4.1 h1:NXU5wGf/QKkH4m8APMMlylsyX1znvC9g5qkHe9cx4GE=
github.com/grafana/xk6-browser v1.4.1/go.mod h1:pj4OWy+VL3vM5qmsuAxwGleySq/6fhRsocfmHGQV7YQ=
github.com/grafana/xk6-browser v1.4.2 h1:9GuPE9g4bGyXg/ZN2h7cgx/kSCh9KvuALP1pyNY5zT8=
github.com/grafana/xk6-browser v1.4.2/go.mod h1:pj4OWy+VL3vM5qmsuAxwGleySq/6fhRsocfmHGQV7YQ=
github.com/grafana/xk6-dashboard v0.7.2 h1:CLaWeRfPZ388IS6rBn0nI+lqtX50QoQ73z0Hz5BIrS4=
github.com/grafana/xk6-dashboard v0.7.2/go.mod h1:7HLAY4udlWGXGDQL5gWIi+In3eZRljXi8AnHt1Z+lFM=
github.com/grafana/xk6-output-prometheus-remote v0.3.1 h1:X23rQzlJD8dXWB31DkxR4uPnuRFo8L0Y0H22fSG9xl0=
Expand Down
30 changes: 4 additions & 26 deletions vendor/github.com/grafana/xk6-browser/common/element_handle.go

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

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

124 changes: 96 additions & 28 deletions vendor/github.com/grafana/xk6-browser/common/js/injected_script.js

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ github.com/google/uuid
# github.com/gorilla/websocket v1.5.1
## explicit; go 1.20
github.com/gorilla/websocket
# github.com/grafana/xk6-browser v1.4.1
# github.com/grafana/xk6-browser v1.4.2
## explicit; go 1.20
github.com/grafana/xk6-browser/browser
github.com/grafana/xk6-browser/chromium
Expand Down

0 comments on commit b75441c

Please sign in to comment.