2c300dffsurfaces

Share button copies deep link

Pages, routes, and HTTP endpoints the deployed app must expose. Probes verify HTTP status, expected JSON shape, and visual landmarks.

Cross-agent verdicts

Loading verdicts…

Plan source

What TestSprite reads

The testing agent reads this JSON, opens the deployed URL in headless Chromium, executes each action step, evaluates each assertion. Verdict: passed / failed / blocked / inconclusive.

{
  "projectId": "1ad26753-ee03-4689-8f0f-6fa5d67c5c72",
  "type": "frontend",
  "name": "Surfaces — match detail page has a Share button opening a pre-filled Twitter/X compose URL",
  "description": "Each /match/[id] permalink shows a Share button. Clicking it opens https://twitter.com/intent/tweet (or https://x.com/intent/post) with the URL pre-populated with the match's predicted score + the page URL + the OG image link.",
  "priority": "p2",
  "metadata": {
    "category": "surfaces",
    "stage": "all"
  },
  "planSteps": [
    {
      "type": "action",
      "description": "Navigate to /match/r16-1"
    },
    {
      "type": "assertion",
      "description": "Verify a button or link labeled 'Share' (or 'Tweet' / 'Share on X' / 'Share on Twitter') is visible on the page"
    },
    {
      "type": "assertion",
      "description": "Verify the Share control's href or onclick target points to a twitter.com/intent/tweet or x.com/intent/post URL containing the agent's predicted score for this fixture in the encoded text query parameter"
    }
  ]
}
View on GitHub →