{
  "stats": {
    "suites": 1,
    "tests": 2,
    "passes": 0,
    "pending": 0,
    "failures": 2,
    "start": "2025-11-07T19:24:22.081Z",
    "end": "2025-11-07T19:24:31.071Z",
    "duration": 8990,
    "testsRegistered": 2,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "3475367e-eaec-4276-9227-e3628afb68d2",
      "title": "",
      "fullFile": "cypress\\e2e\\wms_warehouses.cy.js",
      "file": "cypress\\e2e\\wms_warehouses.cy.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "5f5933f9-1e2d-4f35-95bd-91726a2b1bec",
          "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": 4691,
              "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": "06144ac4-da35-405a-b162-ee66216e49db",
              "parentUUID": "5f5933f9-1e2d-4f35-95bd-91726a2b1bec",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "aplica filtros sem erros",
              "fullTitle": "WMS Armazéns aplica filtros sem erros",
              "timedOut": null,
              "duration": 4184,
              "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": "12346c3b-d84a-4f54-80d5-22a92960ed8b",
              "parentUUID": "5f5933f9-1e2d-4f35-95bd-91726a2b1bec",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "06144ac4-da35-405a-b162-ee66216e49db",
            "12346c3b-d84a-4f54-80d5-22a92960ed8b"
          ],
          "pending": [],
          "skipped": [],
          "duration": 8875,
          "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": 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"
    }
  }
}