You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Fix the docs preview startup so (localhost/redacted) is actually served by astro preview` or another base-path-aware server before browser testing begins.
If a static fallback server is needed, mount content so /gh-aw/* resolves correctly instead of serving dist/ at /.
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:
Test Summary
@pelikhanResults Overview
Critical Issues
(localhost/redacted) failed because the reachable local site root was not available at that path during testing. A plain static server on the builtdist/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
MonaSans-Regular.woff2andMonaSans-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
Tablet Devices
Desktop Devices
Additional observations:
altattributes were detected on images sampled from the home page.readyState: 4and had controls enabled.Accessibility Findings
header,nav,main,footer) was present across tested sizes.altattributes.Recommendations
(localhost/redacted) is actually served byastro preview` or another base-path-aware server before browser testing begins./gh-aw/*resolves correctly instead of servingdist/at/.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
mtalk.google.comSee Network Configuration for more information.