{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2025-11-08T20:15:47.457Z",
    "end": "2025-11-08T20:15:52.191Z",
    "duration": 4734,
    "testsRegistered": 1,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 0,
    "hasSkipped": false
  },
  "results": [
    {
      "uuid": "74eaa7a0-29e8-4cbf-aa75-92b60a00c197",
      "title": "",
      "fullFile": "cypress\\e2e\\relatorio_geral.cy.js",
      "file": "cypress\\e2e\\relatorio_geral.cy.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "183c6e9e-a4a9-4e8c-82bc-ba48db9aa651",
          "title": "Relatórios - Relatório Geral",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "Popula cards e a tabela de dados com agregados",
              "fullTitle": "Relatórios - Relatório Geral Popula cards e a tabela de dados com agregados",
              "timedOut": null,
              "duration": 4675,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "cy.intercept('GET', '/api/financeiro/relatorios/receber/resumo*', {\n  statusCode: 200,\n  body: {\n    totals: {\n      total_geral: 5000,\n      pendente: 3000,\n      vencido: 500,\n      recebido: 1500\n    },\n    series: []\n  }\n}).as('recResumo');\ncy.intercept('GET', '/api/financeiro/relatorios/pagar/resumo*', {\n  statusCode: 200,\n  body: {\n    totals: {\n      total_geral: 3200,\n      pendente: 1200,\n      vencido: 200,\n      pago: 1800\n    },\n    series: []\n  }\n}).as('payResumo');\ncy.intercept('GET', '/api/financeiro/relatorios/fluxo*', {\n  statusCode: 200,\n  body: {\n    totals: {\n      entradas: 4200,\n      saidas: 2800,\n      saldo_periodo: 1400\n    },\n    series: []\n  }\n}).as('fluxoResumo');\ncy.visit('/financeiro/relatorios');\ncy.get('#dataInicio').clear().type('2024-01-01');\ncy.get('#dataFim').clear().type('2024-01-31');\ncy.get('#tipoRelatorio').select('Relatório Geral');\ncy.get('#btnGerar').click();\ncy.wait(['@recResumo', '@payResumo', '@fluxoResumo']);\ncy.get('#totalReceber').contains('R$').should('exist');\ncy.get('#totalPagar').contains('R$').should('exist');\ncy.get('#saldoProjetado').contains('R$').should('exist');\ncy.get('#tabelaHeader').contains('Métrica').should('exist');\ncy.get('#tabelaBody').contains('Total a Receber').should('exist');\ncy.get('#tabelaBody').contains('Total a Pagar').should('exist');\ncy.get('#tabelaBody').contains('Saldo no período').should('exist');",
              "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/relatorio_geral.cy.js:19:7)",
                "diff": null
              },
              "uuid": "af9647ad-6514-4e33-a31f-8b99560cc707",
              "parentUUID": "183c6e9e-a4a9-4e8c-82bc-ba48db9aa651",
              "isHook": false,
              "skipped": false
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "af9647ad-6514-4e33-a31f-8b99560cc707"
          ],
          "pending": [],
          "skipped": [],
          "duration": 4675,
          "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"
    }
  }
}