Skip to content

feat(scaletest/dashboard): integrate chromedp #9927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Oct 2, 2023
Prev Previous commit
Next Next commit
fixup! validate and fail-fast
  • Loading branch information
johnstcn committed Sep 29, 2023
commit 89bf0ee62a55fa859c9db2ccb876f05e143c1d21
3 changes: 2 additions & 1 deletion cli/exp_scaletest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ func TestScaleTestDashboard(t *testing.T) {
_ = coderdtest.CreateFirstUser(t, client)

inv, root := clitest.New(t, "exp", "scaletest", "dashboard",
"--min-wait", "0s",
"--min-wait", "1s",
"--max-wait", "1s",
)
clitest.SetupConfig(t, client, root)
pty := ptytest.New(t)
Expand Down