diff --git a/playwright.config.js b/playwright.config.js index ed2c6ed..5c6ea5a 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -2,7 +2,7 @@ module.exports = { testDir: './tests', timeout: 30000, use: { - channel: 'chrome', + // channel: 'chrome', // Entfernt: nutze Standard-Chromium statt Google Chrome headless: true, viewport: { width: 390, height: 844 }, screenshot: 'only-on-failure',