{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 0,
    "pending": 0,
    "failures": 3,
    "start": "2022-05-18T09:33:08.094Z",
    "end": "2022-05-18T09:33:22.478Z",
    "duration": 14384,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "6aac4aad-fa45-45ea-ac96-d6d8750456fe",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "84b4d532-12ca-4d99-81a7-a6f7b2f00f47",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Social link working - Desktop",
              "fullTitle": "Test Social link working - Desktop",
              "timedOut": null,
              "duration": 5345,
              "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.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/social-link-work.js:74:26)",
                "diff": null
              },
              "uuid": "a4dc5445-acbb-44ff-9a7b-953e982b372c",
              "parentUUID": "84b4d532-12ca-4d99-81a7-a6f7b2f00f47",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Social link working - Mobile",
              "fullTitle": "Test Social link working - Mobile",
              "timedOut": null,
              "duration": 3964,
              "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.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/social-link-work.js:74:26)",
                "diff": null
              },
              "uuid": "9c38de25-ddc2-43d2-9507-15598aaa13ce",
              "parentUUID": "84b4d532-12ca-4d99-81a7-a6f7b2f00f47",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Social link working - Tablet",
              "fullTitle": "Test Social link working - Tablet",
              "timedOut": null,
              "duration": 3068,
              "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.oeko-planet.com/__cypress/tests?p=cypress/integration/generic/social-link-work.js:74:26)",
                "diff": null
              },
              "uuid": "7f50f1c8-2139-4ff1-837c-8ff80b92e7f9",
              "parentUUID": "84b4d532-12ca-4d99-81a7-a6f7b2f00f47",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "a4dc5445-acbb-44ff-9a7b-953e982b372c",
            "9c38de25-ddc2-43d2-9507-15598aaa13ce",
            "7f50f1c8-2139-4ff1-837c-8ff80b92e7f9"
          ],
          "pending": [],
          "skipped": [],
          "duration": 12377,
          "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/16/75/reports"
      },
      "version": "6.1.0"
    }
  }
}