{
  "allowUnrestrictedFileAccess": true,
  "outputDir": "output/playwright",
  "browser": {
    "browserName": "chromium",
    "launchOptions": {
      "channel": "chrome",
      "headless": true
    },
    "contextOptions": {
      "viewport": {
        "width": 1440,
        "height": 900
      }
    }
  }
}
