Skip to content

Commit 5dc0268

Browse files
committed
temporarily default to puppetee
1 parent a2c9191 commit 5dc0268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts/src/benchmarkRunner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ let args: any = yargs(process.argv)
251251
.help("help")
252252
.boolean("headless").default("headless", false)
253253
.boolean("smoketest")
254-
.string("runner").default("runner","playwright")
254+
.string("runner").default("runner","puppeteer")
255255
.array("framework")
256256
.array("benchmark")
257257
.string("chromeBinary").argv;

0 commit comments

Comments
 (0)