What does a coherent Playwright preset include?
A useful preset keeps user agent, viewport, screen, device scale factor, touch support, locale, timezone, permissions, and optional geolocation aligned. Cloak Browser exports those fields as committed test fixtures rather than one-off local settings.
How should this be used in CI?
Commit the generated JSON or Playwright project config, then run the CLI with the generated CI recipe and score threshold before a release. That catches drift when browser versions, network regions, or locale defaults change.
What is not included?
Presets do not provide a browser binary, proxy account, or bypass logic. They only describe consistent settings for authorized browser testing.