Gauntlet Invoices Users Jobs Applicants Operations Approvals Releases Console Console live Console mixed Admin tables Records Drafts Files Settings Notifications SPA Modals Consent Div Soup Shadow DOM Frames Charts Long Page Big List Marketing Upgrade Shipments Contacts Documents Workspace Engagement Wishlist Integrations Sign up SSO Live ops

The Gauntlet

Each page below deliberately exercises a known snapshot-pipeline weakness. Run discovery against this site and score the generated tests with gauntlet/manifest.json.

The “Products” menu above reveals its links (Analytics / Billing / Webhooks / Audit log) only on hover — they are display:none until :hover, so a non-hover accessibility snapshot never contains them. These four links are now the ONLY way into four REAL pages that exist nowhere else on the site (no banner link, no home card): a genuine coverage trap — miss the menu and you lose the pages — not just a perception demo. Two more hidden doors live in the banner on every page: the hamburger menu (three always-in-DOM role=menuitem links behind a visibility:hidden panel) and the “More” menu (two links that are created by JavaScript only when the menu is opened).

Auth-proof URL stressors

Two extra sign-in flows whose authenticated landing deliberately exposes no durable element proof (the only Sign-out hides inside an initials-avatar menu), forcing the pipeline onto a URL-based auth proof. Each lands on a route that carries state the proof must strip before it can match:

Off-nav heal baits

Footer / home only (not banner nav):

Go to dashboard (requires sign-in) · Reset data · After a Validate run, compare findings to repo COVERAGE.md.