Skip to content

Commit ffba2d3

Browse files
committed
runner: add chromedp/links
1 parent 75700f7 commit ffba2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runner/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ func run(ctx context.Context, args []string, stdout, stderr io.Writer) error {
103103
{Bin: "node", Args: []string{"playwright/connect.js"}},
104104
{Bin: "node", Args: []string{"playwright/cdp.js"}, Env: []string{"RUNS=2"}},
105105
{Bin: "go", Args: []string{"run", "fetch/main.go", "http://127.0.0.1:1234/"}, Dir: "chromedp"},
106+
{Bin: "go", Args: []string{"run", "links/main.go", "http://127.0.0.1:1234/"}, Dir: "chromedp"},
106107
} {
107108
if *verbose {
108109
t.Stderr = stderr

0 commit comments

Comments
 (0)