{
  "id": "r1",
  "title": "",
  "root": true,
  "hooks": [],
  "tests": [
    {
      "id": "r3",
      "title": "test 1",
      "state": "passed",
      "routes": [
        {
          "id": 1,
          "name": "route",
          "numResponses": 2,
          "method": "GET",
          "url": "/posts",
          "instrument": "route"
        },
        {
          "id": 2,
          "name": "route",
          "numResponses": 0,
          "method": "PUT",
          "url": "/user",
          "isStubbed": true,
          "instrument": "route"
        },
        {
          "id": 3,
          "name": "route",
          "numResponses": 1,
          "method": "POST",
          "url": "/create",
          "alias": "createPost",
          "instrument": "route"
        }
      ],
      "commands": [
        {
          "hookId": "r3",
          "id": "c1",
          "instrument": "command",
          "message": "http://localhost:3000",
          "name": "visit",
          "state": "passed",
          "testId": "r3",
          "timeout": 4000,
          "type": "parent"
        },
        {
          "hookId": "r3",
          "id": "c2",
          "instrument": "command",
          "message": "div",
          "name": "get",
          "state": "passed",
          "testId": "r3",
          "timeout": 4000,
          "type": "parent"
        }
      ],
      "invocationDetails": {
        "absoluteFile": "/absolute/path/to/foo_spec.js",
        "column": 8,
        "line": 34,
        "originalFile": "path/to/foo_spec.js",
        "relativeFile": "path/to/foo_spec.js"
      }
    }
  ],
  "suites": []
}
