{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2025-11-08T20:15:53.677Z",
    "end": "2025-11-08T20:15:58.714Z",
    "duration": 5037,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "429866d4-434a-484e-958f-7c3cabdbf0ca",
      "title": "",
      "fullFile": "cypress\\e2e\\relatorios.cy.js",
      "file": "cypress\\e2e\\relatorios.cy.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "05e31f50-210f-465f-83f9-939d591fa7f4",
          "title": "Relatórios Financeiros - Análise Visual",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "renderiza barras em Entradas vs Saídas e Evolução Mensal",
              "fullTitle": "Relatórios Financeiros - Análise Visual renderiza barras em Entradas vs Saídas e Evolução Mensal",
              "timedOut": null,
              "duration": 4964,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "cy.visit('/financeiro/relatorios');\n// Define período válido\nconst inicio = '2025-01-01';\nconst fim = '2025-03-31';\ncy.get('#dataInicio').clear().type(inicio);\ncy.get('#dataFim').clear().type(fim);\n// Gera relatório (qualquer tipo) e valida gráficos\ncy.get('#btnGerar').click();\ncy.wait('@fluxo');\ncy.get('#graficoEntradaSaida').find('div').should('have.length.at.least', 2);\ncy.get('#graficoEvolucao').find('div').should('have.length.at.least', 3);",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `#dataInicio`, but never found it.",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `#dataInicio`, but never found it.\n    at Context.eval (webpack://gestoreasy-v3/./cypress/e2e/relatorios.cy.js:26:7)",
                "diff": null
              },
              "uuid": "23d059fb-1196-4515-aca0-36fb4804c6ef",
              "parentUUID": "05e31f50-210f-465f-83f9-939d591fa7f4",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "23d059fb-1196-4515-aca0-36fb4804c6ef"
          ],
          "pending": [],
          "skipped": [],
          "duration": 4964,
          "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"
    }
  }
}