Skip to content

Commit 2a2f0f4

Browse files
authored
changed to playwright
1 parent 0be7dfb commit 2a2f0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/bellatrix.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config: BellatrixConfigurationOverride = {
2727
delayBeforeAction: 0,
2828
},
2929
executionSettings: {
30-
browserAutomationTool: 'selenium', // playwright, selenium
30+
browserAutomationTool: 'playwright', // playwright, selenium
3131
browser: 'edge', // chrome, firefox, safari, edge
3232
viewport: { width: 1920, height: 1080 },
3333
startMaximized: false,

0 commit comments

Comments
 (0)