Mobile Friendliness (mobile-friendliness)
Summary
Mobile viewport render, overflow, tap targets, fonts, and related UX signals (Playwright).
Classification
- Category:
MOBILE - Plugin id:
mobile-friendliness - Version:
1.1.1 - Target types:
WEBSITE,WEBSHOP - Weight class:
MEDIUM - Risk level: not set on plugin object
- Browser required: Yes (Playwright)
- Tier / group: Tier 2 — Browser (Playwright)
Schedule
- scheduleHints:
{ defaultInterval: '0 8 * * *', priority: 5 } - Prerequisites: None declared on this plugin.
Configurable inputs
Public keys are derived from inputSchema: z.object({ ... }) (underscore-prefixed keys are runtime-only and omitted here).
| Field | Notes |
|---|---|
timeout |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
minTapTarget |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
minFontSize |
Zod field in inputSchema — see source for defaults, min/max, and .describe(). |
Runtime / injected config
- None documented beyond standard worker context (
target,config,logger,reportProgress). Underscore-prefixed keys are internal.
What it does
- Runs as part of the worker test execution pipeline; results become
Runrows and may createFindingrecords. - Mobile viewport render, overflow, tap targets, fonts, and related UX signals (Playwright).
- For finding titles, metrics, and artifacts specific to this plugin, refer to the implementation linked below.
Source
packages/test-plugins/src/plugins/mobile-friendliness.ts