{
  "stats": {
    "suites": 1,
    "tests": 3,
    "passes": 3,
    "pending": 0,
    "failures": 0,
    "start": "2022-05-18T09:20:48.099Z",
    "end": "2022-05-18T09:21:30.584Z",
    "duration": 42485,
    "testsRegistered": 3,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "df301a88-6017-401e-a0fb-235d619574f9",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "4501aa77-00b2-4145-95a2-3a1be228984b",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Remove Product from cart - Ajax cart - Desktop",
              "fullTitle": "Test Remove Product from cart - Ajax cart - Desktop",
              "timedOut": null,
              "duration": 15572,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n_global[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, false, false, true);\ncy.get('.item--quantity').should('contain', '1'); //remove the product and performs assertions on quantity == 0\n_removeProductFromAjaxCart[\"default\"].removeProductFromAjaxCart(cy);",
              "err": {},
              "uuid": "55d58e74-3146-4701-839f-d91b2505b91f",
              "parentUUID": "4501aa77-00b2-4145-95a2-3a1be228984b",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Remove Product from cart - Ajax cart - Mobile",
              "fullTitle": "Test Remove Product from cart - Ajax cart - Mobile",
              "timedOut": null,
              "duration": 12521,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'iphone');\n_global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n_global[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, false, false, true);\ncy.get('.item--quantity').should('contain', '1'); //remove the product and performs assertions on quantity == 0\n_removeProductFromAjaxCart[\"default\"].removeProductFromAjaxCart(cy);",
              "err": {},
              "uuid": "d8c89c5a-c404-45bf-9f4d-2be6ec0e158c",
              "parentUUID": "4501aa77-00b2-4145-95a2-3a1be228984b",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Remove Product from cart - Ajax cart - Tablet",
              "fullTitle": "Test Remove Product from cart - Ajax cart - Tablet",
              "timedOut": null,
              "duration": 12108,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy, 'tablet');\n_global[\"default\"].selectNthTabHeaderMenu(cy, 2, true);\n_global[\"default\"].selectNthProductFromListing(cy, 1, true);\n_global2[\"default\"].addProductToCart(cy, 0, false, false, true);\ncy.get('.item--quantity').should('contain', '1'); //remove the product and performs assertions on quantity == 0\n_removeProductFromAjaxCart[\"default\"].removeProductFromAjaxCart(cy);",
              "err": {},
              "uuid": "14c6ed75-c66b-49f4-b069-e50338e6b6df",
              "parentUUID": "4501aa77-00b2-4145-95a2-3a1be228984b",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "55d58e74-3146-4701-839f-d91b2505b91f",
            "d8c89c5a-c404-45bf-9f4d-2be6ec0e158c",
            "14c6ed75-c66b-49f4-b069-e50338e6b6df"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 40201,
          "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/30/reports"
      },
      "version": "6.1.0"
    }
  }
}