{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2022-05-16T07:29:38.097Z",
    "end": "2022-05-16T07:29:54.178Z",
    "duration": 16081,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "2b446c62-4918-4cbe-8b82-c76d6489da43",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "a47093a0-1ce6-44ed-9df8-5d68cb7d7c49",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Social link working - Desktop",
              "fullTitle": "Test Social link working - Desktop",
              "timedOut": null,
              "duration": 5701,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy); // read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_socialLinkWork[\"default\"].hasSocial(cy, baseurl);",
              "err": {
                "message": "AssertionError: expected false to equal true",
                "estack": "AssertionError: expected false to equal true\n    at Context.eval (https://www.pursuedtirol.com/__cypress/tests?p=cypress/integration/generic/social-link-work.js:74:26)",
                "diff": null
              },
              "uuid": "4f249a4e-0413-47fa-b7ab-f82217dff719",
              "parentUUID": "a47093a0-1ce6-44ed-9df8-5d68cb7d7c49",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Social link working - Mobile",
              "fullTitle": "Test Social link working - Mobile",
              "timedOut": null,
              "duration": 4616,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone'); // read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_socialLinkWork[\"default\"].hasSocial(cy, baseurl);",
              "err": {
                "message": "AssertionError: expected false to equal true",
                "estack": "AssertionError: expected false to equal true\n    at Context.eval (https://www.pursuedtirol.com/__cypress/tests?p=cypress/integration/generic/social-link-work.js:74:26)",
                "diff": null
              },
              "uuid": "b577443a-0c09-46a0-bb45-dda0e6d6bd31",
              "parentUUID": "a47093a0-1ce6-44ed-9df8-5d68cb7d7c49",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Social link working - Tablet",
              "fullTitle": "Test Social link working - Tablet",
              "timedOut": null,
              "duration": 3949,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet'); // read the url from the env vars\n\nvar baseurl = _websiteMonitoring[\"default\"].readEnvVariable('url');\n_socialLinkWork[\"default\"].hasSocial(cy, baseurl);",
              "err": {
                "message": "AssertionError: expected false to equal true",
                "estack": "AssertionError: expected false to equal true\n    at Context.eval (https://www.pursuedtirol.com/__cypress/tests?p=cypress/integration/generic/social-link-work.js:74:26)",
                "diff": null
              },
              "uuid": "5483e628-70ee-4f4d-8462-ea9371d822ec",
              "parentUUID": "a47093a0-1ce6-44ed-9df8-5d68cb7d7c49",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "4f249a4e-0413-47fa-b7ab-f82217dff719",
            "b577443a-0c09-46a0-bb45-dda0e6d6bd31",
            "5483e628-70ee-4f4d-8462-ea9371d822ec"
          ],
          "pending": [],
          "skipped": [],
          "duration": 14266,
          "root": false,
          "rootEmpty": false,
          "_timeout": 2000
        }
      ],
      "passes": [],
      "failures": [],
      "pending": [],
      "skipped": [],
      "duration": 0,
      "root": true,
      "rootEmpty": true,
      "_timeout": 2000
    }
  ],
  "meta": {
    "mocha": {
      "version": "7.0.1"
    },
    "mochawesome": {
      "options": {
        "quiet": false,
        "reportFilename": "mochawesome",
        "saveHtml": true,
        "saveJson": true,
        "consoleReporter": "spec",
        "useInlineDiffs": false,
        "code": true
      },
      "version": "7.1.0"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/13/75/reports"
      },
      "version": "6.1.0"
    }
  }
}