{
  "version": "2.0.0",
  "goal": "Run the parallel form fill over the gallery fixture checkout",
  "origin": "https://checkout.test",
  "grants": ["observe", "parallel", "fillform", "submit"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the forms for the parallel fill" },
    { "id": "forms", "kind": "parallel", "label": "Fill the login and registration forms in parallel", "options": "{\"parallel\":{\"branches\":[{\"id\":\"loginlane\",\"steps\":[{\"id\":\"loginfill\",\"kind\":\"fillform\",\"label\":\"Fill the login form\",\"target\":\"form.login-form\"}]},{\"id\":\"registerlane\",\"steps\":[{\"id\":\"registerfill\",\"kind\":\"fillform\",\"label\":\"Fill the registration form\",\"target\":\"form.registration-form\"}]}],\"join\":{\"strategy\":\"last\",\"onfail\":\"continue\"}}}" },
    { "id": "submit", "kind": "submit", "label": "Submit the filled forms", "gate": true, "target": "form.login-form button" }
  ]
}
