{
  "version": "2.0.0",
  "goal": "Fill the consented login form of the gallery fixture checkout",
  "origin": "https://checkout.test",
  "grants": ["observe", "readforms", "fillform", "submit"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the login form" },
    { "id": "fields", "kind": "readforms", "label": "Read the login form controls" },
    { "id": "fill", "kind": "fillform", "label": "Fill the login credentials", "gate": true, "target": "form.login-form", "options": "{\"fields\":[{\"name\":\"email\"},{\"name\":\"password\"}]}" },
    { "id": "submit", "kind": "submit", "label": "Submit the login form", "gate": true, "target": "form.login-form button" }
  ]
}
