{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 1,
    "pending": 0,
    "failures": 0,
    "start": "2022-12-12T20:57:41.492Z",
    "end": "2022-12-12T20:58:21.747Z",
    "duration": 40255,
    "testsRegistered": 1,
    "passPercent": 100,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "c4318d41-7c7b-4973-a47b-0a9bd2ccf7be",
      "title": "",
      "fullFile": "",
      "file": "",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "00f20770-d62d-4ff3-b7d0-37925931ce1b",
          "title": "Test",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Remove Product from cart - Basket view",
              "fullTitle": "Test Remove Product from cart - Basket view",
              "timedOut": null,
              "duration": 38115,
              "state": "passed",
              "speed": "slow",
              "pass": true,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "_websiteMonitoring[\"default\"].visitDomain(cy);\n_websiteMonitoring[\"default\"].setViewport(cy);\n_global2[\"default\"].closeCookiesEvolvSports(cy);\nvar quantityToBeAdded = 2;\n_global[\"default\"].selectNthTabHeaderMenu(cy, 1, false);\n_global[\"default\"].selectNthProductFromListing(cy, 1, false);\n_global2[\"default\"].addProductToCart(cy, quantityToBeAdded, true, false, false);\n_global2[\"default\"].checkPriceOneProductCart(cy, 5, true); //remove\n\ncy.get('.column--actions > form > button.column--actions-link').first().click(); //assertions\ncy.get('.alert--content').should('be.visible');",
              "err": {},
              "uuid": "22a379e2-d6e2-4691-8231-4f6a285986af",
              "parentUUID": "00f20770-d62d-4ff3-b7d0-37925931ce1b",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [
            "22a379e2-d6e2-4691-8231-4f6a285986af"
          ],
          "failures": [],
          "pending": [],
          "skipped": [],
          "duration": 38115,
          "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/3/31/reports"
      },
      "version": "6.1.0"
    }
  }
}