Skip to content

Commit cdc34ac

Browse files
committed
make playwright the default
1 parent 470d82d commit cdc34ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export let config = {
7070
TRACES_DIRECTORY: "traces",
7171
ALLOW_BATCHING: true,
7272
HOST: 'localhost',
73-
BENCHMARK_RUNNER: BENCHMARK_RUNNER.PUPPETEER
73+
BENCHMARK_RUNNER: BENCHMARK_RUNNER.PLAYWRIGHT
7474
};
7575
export type TConfig = typeof config;
7676

0 commit comments

Comments
 (0)