{
  "kind": "letbe-automate-automation",
  "version": 1,
  "title": "Walk my site before a release",
  "goal": "Open my site and walk the flow described in my guide the way a first-time user would. At every step, check that the page actually did what it should. If any step fails or looks wrong, stop there and report exactly what you saw. Do not complete any real purchase or send anything to real customers.",
  "siteOrigin": "https://www.example.com",
  "startUrl": "https://www.example.com/replace-with-your-site",
  "mode": {
    "kind": "once"
  },
  "level": "stop_at_last",
  "caps": {
    "maxMinutesPerRun": 15,
    "offLimits": [
      "Never use real customer data.",
      "Never complete a real payment."
    ]
  },
  "guide": "# The walk\n1. Start at [page].\n2. [Action, for example: sign in with the test account below].\n3. [Action, for example: add the test product to the cart].\n4. You should see [what success looks like].\n\n# Test data\n- Test account: [test login here, never a real customer].\n- Test inputs: [here].",
  "gestures": []
}
