We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900be63 commit e3fce11Copy full SHA for e3fce11
1 file changed
tests/utils.ts
@@ -55,6 +55,7 @@ export async function withBrowser(
55
devtools: options.autoOpenDevTools ?? false,
56
pipe: true,
57
handleDevToolsAsPage: true,
58
+ args: ['--screen-info={3840x2160}'],
59
};
60
const key = JSON.stringify(launchOptions);
61
0 commit comments