We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95982cf commit b1b9056Copy full SHA for b1b9056
src/plugins.ts
@@ -8,6 +8,7 @@ const initForceDeviceScaleFactor = (on: Cypress.PluginEvents) => {
8
if (browser.name === "chrome" || browser.name === "chromium") {
9
launchOptions.args.push("--force-device-scale-factor=1");
10
launchOptions.args.push("--high-dpi-support=1");
11
+ return launchOptions;
12
} else if (browser.name === "electron" && browser.isHeaded) {
13
// eslint-disable-next-line no-console
14
console.log(
0 commit comments