{
  "stats": {
    "suites": 1,
    "tests": 2,
    "passes": 0,
    "pending": 0,
    "failures": 2,
    "start": "2025-11-07T10:21:24.497Z",
    "end": "2025-11-07T10:21:33.714Z",
    "duration": 9217,
    "testsRegistered": 2,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "38d6c460-d679-4468-8105-9aad801f7218",
      "title": "",
      "fullFile": "cypress\\e2e\\wms_warehouses.cy.js",
      "file": "cypress\\e2e\\wms_warehouses.cy.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "dd5b0f5c-02fb-4786-8ec3-e0d41092abb6",
          "title": "WMS Armazéns",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "carrega e exibe elementos principais",
              "fullTitle": "WMS Armazéns carrega e exibe elementos principais",
              "timedOut": null,
              "duration": 4952,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "cy.visit('/wms/warehouses');\ncy.contains('WMS · Armazéns e Operações');\ncy.get('#q').should('exist');\ncy.get('#tbl').should('exist');\ncy.get('#whPager').should('exist');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'WMS · Armazéns e Operações' but never did.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find content: 'WMS · Armazéns e Operações' but never did.\n    at Context.eval (webpack://gestoreasy-v3/./cypress/e2e/wms_warehouses.cy.js:4:7)",
                "diff": null
              },
              "uuid": "3c6d3fb9-ff43-436d-b9ca-6c53b450f900",
              "parentUUID": "dd5b0f5c-02fb-4786-8ec3-e0d41092abb6",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "aplica filtros sem erros",
              "fullTitle": "WMS Armazéns aplica filtros sem erros",
              "timedOut": null,
              "duration": 4171,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "cy.get('#filterZone').select('');\ncy.get('#filterRegion').select('');\ncy.get('#filterStatus').select('');\ncy.get('#whPageSize').select('25');\ncy.get('#whPageInfo').should('exist');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `#filterZone`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `#filterZone`, but never found it.\n    at Context.eval (webpack://gestoreasy-v3/./cypress/e2e/wms_warehouses.cy.js:11:7)",
                "diff": null
              },
              "uuid": "0b2c0f51-5d0b-40e8-a777-b0519d268dc8",
              "parentUUID": "dd5b0f5c-02fb-4786-8ec3-e0d41092abb6",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "3c6d3fb9-ff43-436d-b9ca-6c53b450f900",
            "0b2c0f51-5d0b-40e8-a777-b0519d268dc8"
          ],
          "pending": [],
          "skipped": [],
          "duration": 9123,
          "root": false,
          "rootEmpty": false,
          "_timeout": 2000
        }
      ],
      "passes": [],
      "failures": [],
      "pending": [],
      "skipped": [],
      "duration": 0,
      "root": true,
      "rootEmpty": true,
      "_timeout": 2000
    }
  ],
  "meta": {
    "mocha": {
      "version": "7.2.0"
    },
    "mochawesome": {
      "options": {
        "quiet": true,
        "reportFilename": "mochawesome",
        "saveHtml": true,
        "saveJson": true,
        "consoleReporter": "spec",
        "useInlineDiffs": false,
        "code": true
      },
      "version": "7.1.4"
    },
    "marge": {
      "options": {
        "id": "default",
        "reportDir": "cypress/reports/mochawesome",
        "overwrite": false,
        "html": true,
        "json": true,
        "quiet": true
      },
      "version": "6.3.2"
    }
  }
}