{
  "cdp": "http://127.0.0.1:9333",
  "adb_serial": "localhost:33433",
  "adb_bin": "/home/usr1/android-sdk/platform-tools/adb",
  "base_ui": "https://visaready-sit.winds-os.com",
  "out_dir": "/home/usr1/code2/spec-studio/qa/visaready/runs/20260711185729",
  "results_file": "android-results.json",
  "cases": [
    {
      "id": "TC-U01",
      "android": true,
      "title": "Email OTP login lands on the personalised dashboard",
      "srs_ref": "VR-4.2",
      "area": "ui",
      "kind": "ui",
      "priority": "P1",
      "setup": false,
      "steps": [
        {
          "goto": "/"
        },
        {
          "fill": {
            "placeholder": "you@example.com",
            "value": "qa.20260711185729@visaready.test"
          }
        },
        {
          "tap": "Send code"
        },
        {
          "expect_text": "Enter the 4-digit code"
        },
        {
          "fill": {
            "nth": 0,
            "value": "1234"
          }
        },
        {
          "tap": "Verify & sign in"
        },
        {
          "expect_text": "Hi there"
        },
        {
          "screenshot": "home"
        }
      ]
    },
    {
      "id": "TC-U03",
      "android": true,
      "title": "Dashboard shows score card, journeys, recent apps and explore links",
      "srs_ref": "VR-2.2",
      "area": "ui",
      "kind": "ui",
      "priority": "P1",
      "steps": [
        {
          "goto": "/"
        },
        {
          "fill": {
            "placeholder": "you@example.com",
            "value": "qa.20260711185729@visaready.test"
          }
        },
        {
          "tap": "Send code"
        },
        {
          "expect_text": "Enter the 4-digit code"
        },
        {
          "fill": {
            "nth": 0,
            "value": "1234"
          }
        },
        {
          "tap": "Verify & sign in"
        },
        {
          "expect_text": "Hi there"
        },
        {
          "expect_text": "Visa Readiness"
        },
        {
          "expect_text": "Get started"
        },
        {
          "expect_text": "Visa Application (6 Steps + Score)"
        },
        {
          "expect_text": "Start New Application"
        },
        {
          "expect_text": "Explore"
        },
        {
          "screenshot": "dashboard"
        }
      ]
    }
  ]
}