Skip to content

Commit d4ceee7

Browse files
committed
feat(scaletest/dashboard): add chromedp actions
This commit adds a set of actions to automatically interact with a Coder instance using chromedp.
1 parent a8fc106 commit d4ceee7

File tree

3 files changed

+223
-0
lines changed

3 files changed

+223
-0
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ require (
244244
github.com/bep/godartsass/v2 v2.0.0 // indirect
245245
github.com/bep/golibsass v1.1.1 // indirect
246246
github.com/cespare/xxhash/v2 v2.2.0 // indirect
247+
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 // indirect
248+
github.com/chromedp/chromedp v0.9.2 // indirect
249+
github.com/chromedp/sysutil v1.0.0 // indirect
247250
github.com/clbanning/mxj/v2 v2.7.0 // indirect
248251
github.com/cloudflare/circl v1.3.3 // indirect
249252
github.com/containerd/continuity v0.4.2-0.20230616210509-1e0d26eb2381 // indirect
@@ -273,6 +276,9 @@ require (
273276
github.com/go-test/deep v1.0.8 // indirect
274277
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
275278
github.com/gobwas/glob v0.2.3 // indirect
279+
github.com/gobwas/httphead v0.1.0 // indirect
280+
github.com/gobwas/pool v0.2.1 // indirect
281+
github.com/gobwas/ws v1.2.1 // indirect
276282
github.com/godbus/dbus/v5 v5.1.0 // indirect
277283
github.com/gogo/protobuf v1.3.2 // indirect
278284
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect

0 commit comments

Comments
 (0)