{
  "id": "r1",
  "title": "",
  "root": true,
  "tests": [],
  "hooks": [],
  "suites": [
    {
      "id": "r2",
      "title": "suite 1",
      "root": false,
      "hooks": [],
      "tests": [
        {
          "id": "r3",
          "title": "test 1",
          "state": "failed",
          "err": {
            "name": "CommandError",
            "message": "failed to visit",
            "stack": "failed to visit\n\ncould not visit http: //localhost:3000"
          },
          "commands": [
            {
              "hookId": "r3",
              "id": "c1",
              "instrument": "command",
              "message": "http://localhost:3000",
              "name": "visit",
              "state": "failed",
              "testId": "r3",
              "type": "parent"
            }
          ]
        }
      ]
    }
  ]
}