{
 "responses": {
  "/partner/login": {
   "body": {
    "csrf": "tok",
    "partner": {
     "name": "Marg Reseller"
    }
   }
  },
  "/partner/stores": {
   "body": {
    "stores": [
     {
      "id": "01S",
      "name": "Shree Krishna",
      "code": "ST01",
      "counters": 1,
      "version": "1.0.4",
      "paused": false
     }
    ]
   }
  },
  "/partner/store-health": {
   "body": {
    "health": [
     {
      "store_id": "01S",
      "name": "Shree Krishna",
      "backup_verified": true,
      "jobs_failing": 0,
      "last_seen": "2026-08-30 09:12",
      "version": "1.0.4"
     }
    ]
   }
  },
  "/partner/earnings": {
   "body": {
    "month": "2026-08",
    "counters": 1,
    "rate": 500,
    "commission_pct": 20,
    "earned": 100.0
   }
  }
 },
 "steps": [
  {
   "name": "sign in",
   "fill": {
    "lpw": "x"
   },
   "click": "btnLogin",
   "wait": 500
  },
  {
   "name": "health loads first",
   "wait": 250,
   "expect": {
    "stores": "Shree Krishna"
   }
  }
 ]
}