{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 1,
    "pending": 0,
    "failures": 0,
    "start": "2022-04-06T08:33:43.855Z",
    "end": "2022-04-06T08:33:54.737Z",
    "duration": 10882,
    "testsRegistered": 1,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "4fc99679-e7ad-4d6d-b0b8-a3ff2eeceee0",
      "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": "dd4afb0e-84c2-4b6e-a4d3-3b7094e4a7bf",
          "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": 8746,
              "state": "passed",
              "speed": "medium",
              "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": "c607610d-038d-40e4-bfd3-2d1a2e408b13",
              "parentUUID": "dd4afb0e-84c2-4b6e-a4d3-3b7094e4a7bf",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "c607610d-038d-40e4-bfd3-2d1a2e408b13"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 8746,
          "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/10/19/reports"
      },
      "version": "6.0.1"
    }
  }
}