Skip to content

🔍 Multi-Device Docs Testing Report - 2026-07-06 #43723

Description

@github-actions

Test Summary

  • Triggered by: @pelikhan
  • Workflow run: §28773443244
  • Devices tested: 10
  • Test date: 2026-07-06

Results Overview

  • 🟢 Passed: 0
  • 🟡 Warnings: 1
  • 🔴 Critical: 1

Critical Issues

  • The workflow-provided server check (localhost/redacted) failed because the reachable local site root was not available at that path during testing. A plain static server on the built dist/also returned 404s for/gh-aw/*assets, so multi-device testing required startingastro preview` manually on port 4323. This blocks the documented test flow and can mask real rendering problems if the wrong server is used.
View All Warnings
  • Browser console reported repeated preload warnings for MonaSans-Regular.woff2 and MonaSans-Bold.woff2 (preloaded but not used shortly after load). This did not visibly break rendering but indicates unnecessary preload behavior.
View Detailed Test Results by Device

Mobile Devices

  • iPhone 12 (390x844): page loaded, no horizontal overflow, header/nav/main/footer present, search modal opened, mobile menu expanded, videos loaded.
  • iPhone 12 Pro Max (428x926): page loaded, no horizontal overflow, core interactions available.
  • Pixel 5 (393x851): page loaded, no horizontal overflow, core interactions available.
  • Galaxy S21 (360x800): page loaded, no horizontal overflow, core interactions available.

Tablet Devices

  • iPad (768x1024): page loaded, no horizontal overflow, landmarks present.
  • iPad Pro 11 (834x1194): page loaded, no horizontal overflow, landmarks present.
  • iPad Pro 12.9 (1024x1366): page loaded, no horizontal overflow, landmarks present.

Desktop Devices

  • HD (1366x768): page loaded, no horizontal overflow, videos present, search enabled.
  • FHD (1920x1080): page loaded, no horizontal overflow, videos present, search enabled.
  • 4K (2560x1440): page loaded, no horizontal overflow, videos present, search enabled.

Additional observations:

  • Home page title rendered correctly across all tested sizes.
  • No missing alt attributes were detected on images sampled from the home page.
  • Search opened successfully.
  • Mobile navigation toggle expanded successfully when targeted via selector.
  • Two embedded videos reported readyState: 4 and had controls enabled.

Accessibility Findings

  • Positive: landmark structure (header, nav, main, footer) was present across tested sizes.
  • Positive: no sampled images on the home page were missing alt attributes.
  • Concern: because the default workflow server endpoint was unavailable, accessibility validation against the intended preview setup could not be trusted until preview startup is fixed.

Recommendations

  1. Fix the docs preview startup so (localhost/redacted) is actually served by astro preview` or another base-path-aware server before browser testing begins.
  2. If a static fallback server is needed, mount content so /gh-aw/* resolves correctly instead of serving dist/ at /.
  3. Review font preload configuration for MonaSans assets to eliminate repeated browser preload warnings.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • mtalk.google.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "mtalk.google.com"

See Network Configuration for more information.

Generated by 📝 Multi-Device Docs Tester · 24.7 AIC · ⌖ 13.9 AIC · ⊞ 3.7K ·

  • expires on Jul 7, 2026, 11:02 PM UTC-08:00

Metadata

Metadata

Labels

automatedcookieIssue Monster Loves Cookies!documentationImprovements or additions to documentationtesting

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions