Skip to content

Commit 85a4c75

Browse files
committed
runner: add playwright/cdp.js
1 parent 0f08db5 commit 85a4c75

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
@@ -101,6 +101,7 @@ func run(ctx context.Context, args []string, stdout, stderr io.Writer) error {
101101
{Bin: "node", Args: []string{"puppeteer/dump.js"}, Env: []string{"URL=http://127.0.0.1:1234/campfire-commerce/"}},
102102
{Bin: "node", Args: []string{"puppeteer/links.js"}, Env: []string{"URL=http://127.0.0.1:1234/campfire-commerce/"}},
103103
{Bin: "node", Args: []string{"playwright/connect.js"}},
104+
{Bin: "node", Args: []string{"playwright/cdp.js"}, Env: []string{"RUNS=2"}},
104105
{Bin: "go", Args: []string{"run", "fetch/main.go", "http://127.0.0.1:1234/"}, Dir: "chromedp"},
105106
} {
106107
if *verbose {

0 commit comments

Comments
 (0)