{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 1,
    "pending": 0,
    "failures": 0,
    "start": "2022-04-04T07:56:24.817Z",
    "end": "2022-04-04T07:56:30.229Z",
    "duration": 5412,
    "testsRegistered": 1,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "b8a6feb2-7b3c-4dc3-adb5-21216b4b54a2",
      "title": "",
      "fullFile": "cypress/integration/shopware5/head-description-not-empty-and-max-160-char.js",
      "file": "cypress/integration/shopware5/head-description-not-empty-and-max-160-char.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "11f6a3a9-c4c4-4a9a-8d10-99924ed3597c",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Head description not empty and max 160 char",
              "fullTitle": "Test Head description not empty and max 160 char",
              "timedOut": null,
              "duration": 3324,
              "state": "passed",
              "speed": "fast",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "//set desktop\n_websiteMonitoring[\"default\"].setViewport(cy);\n_websiteMonitoring[\"default\"].visitDomain(cy); //check whether the meta tag \"description\" is present, populated and longer than 160 chars\n\ncy.get('head meta[name=description]').invoke('attr', 'content').should('not.be.empty').and('have.length.of.at.most', 160);",
              "err": {},
              "uuid": "082334ac-e1ee-46fc-abc8-16194d8b4201",
              "parentUUID": "11f6a3a9-c4c4-4a9a-8d10-99924ed3597c",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "082334ac-e1ee-46fc-abc8-16194d8b4201"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 3324,
          "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.0.1"
    },
    "marge": {
      "options": {
        "reportDir": "cypress/results/6/19/reports"
      },
      "version": "6.0.1"
    }
  }
}