{
  "runners": {
    "0-0": {
      "capabilities": {
        "browserName": "phantomjs"
      },
      "specs": {
        "12345": {
          "files": ["/path/to/file.spec.js"],
          "suites": {
            "some foobar test1": {
              "uid": "some Foobar test1",
              "title": "some Foobar test",
              "duration": 1000,
              "start": 500,
              "tests": {
                "foo1": {
                  "title": "foo",
                  "uid": "foo1",
                  "state": "pass",
                  "duration": 1000,
                  "error": {
                    "message": "some error message",
                    "stack": "some error stack\nwith new line"
                  },
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                },
                "bar2": {
                  "title": "bar",
                  "uid": "bar2",
                  "state": "pending",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                }
              }
            },
            "some other foobar test2": {
              "uid": "some other foobar test2",
              "title": "some other foobar test",
              "duration": 1000,
              "start": 500,
              "tests": {
                "that is a test4": {
                  "uid": "that is a test4",
                  "title": "that is a test",
                  "state": "pass",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                },
                "and another test": {
                  "uid": "and another test5",
                  "title": "and another test",
                  "state": "fail",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                }
              }
            },
            "some spec title3": {
              "uid": "some spec title3",
              "title": "some spec title",
              "duration": 1000,
              "start": 500,
              "tests": {
                "some last test6": {
                  "uid": "some last test6",
                  "title": "some last test",
                  "state": "fail",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                },
                "really last7": {
                  "uid": "really last7",
                  "title": "really last",
                  "state": "fail",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                }
              }
            }
          }
        }
      },
      "sanitizedCapabilities": "phantomjs",
      "sessionID": "12345-12345-12345"
    },
    "0-1": {
      "capabilities": {
        "browserName": "phantomjs"
      },
      "specs": {
        "12345": {
          "files": ["/path/to/file2.spec.js"],
          "suites": {
            "some foobar test1": {
              "uid": "some foobar test1",
              "title": "some foobar test",
              "duration": 1000,
              "start": 500,
              "tests": {
                "foo1": {
                  "title": "foo",
                  "uid": "foo1",
                  "state": "pass",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                },
                "bar2": {
                  "title": "bar",
                  "uid": "bar2",
                  "state": "pending",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                }
              }
            },
            "some other foobar test2": {
              "uid": "some other foobar test2",
              "title": "some other foobar test",
              "duration": 1000,
              "start": 500,
              "tests": {
                "that is a test4": {
                  "uid": "that is a test4",
                  "title": "that is a test",
                  "state": "pass",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                },
                "and another test": {
                  "uid": "and another test5",
                  "title": "and another test",
                  "state": "fail",
                  "duration": 1000,
                  "output": [{
                    "type": "result",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                }
              }
            },
            "some spec title3": {
              "uid": "some spec title3",
              "title": "some special ** spec title",
              "duration": 1000,
              "start": 500,
              "tests": {
                "some last test6": {
                  "uid": "some last test6",
                  "title": "some last test",
                  "state": "fail",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                },
                "really last7": {
                  "uid": "really last7",
                  "title": "really last",
                  "state": "fail",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/command" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                },
                "really last8": {
                  "uid": "really last8",
                  "state": "skipped",
                  "duration": 1000,
                  "output": [{
                    "type": "command",
                    "payload": {
                      "method": "POST",
                      "uri": { "href": "/path/to/skipped" },
                      "data": "some payload",
                      "body": "some body"
                    }
                  }]
                }
              }
            }
          }
        }
      },
      "sanitizedCapabilities": "phantomjs",
      "sessionID": "12345-12345-12345"
    }
  }
}
