test("should parse output of runs run --verbose properly", async () => {
  const xmlContent = await readFile(
    __dirname + "/__testFiles__/local-network-verbose.xml",
    {
      encoding: "utf8",