{
  "stats": {
    "suites": 1,
    "tests": 1,
    "passes": 0,
    "pending": 0,
    "failures": 1,
    "start": "2025-11-07T20:01:13.241Z",
    "end": "2025-11-07T20:01:18.141Z",
    "duration": 4900,
    "testsRegistered": 3,
    "passPercent": 0,
    "pendingPercent": 0,
    "other": 0,
    "hasOther": false,
    "skipped": 2,
    "hasSkipped": true
  },
  "results": [
    {
      "uuid": "79254736-a6be-4944-bb20-adf253fabf78",
      "title": "",
      "fullFile": "cypress\\e2e\\relatorios_dre_pagar_receber.cy.js",
      "file": "cypress\\e2e\\relatorios_dre_pagar_receber.cy.js",
      "beforeHooks": [],
      "afterHooks": [],
      "tests": [],
      "suites": [
        {
          "uuid": "b3dcd50b-de8d-4201-b0fe-7b6494b0b2c8",
          "title": "Relatórios - DRE Completo e Contas",
          "fullFile": "",
          "file": "",
          "beforeHooks": [],
          "afterHooks": [],
          "tests": [
            {
              "title": "DRE Completo renderiza gráfico e valores",
              "fullTitle": "Relatórios - DRE Completo e Contas DRE Completo renderiza gráfico e valores",
              "timedOut": null,
              "duration": 4817,
              "state": "failed",
              "speed": null,
              "pass": false,
              "fail": true,
              "pending": false,
              "context": null,
              "code": "cy.intercept('GET', '/api/financeiro/relatorios/dre-completo*', {\n  statusCode: 200,\n  body: {\n    receita_bruta: 10000,\n    deducoes: 2000,\n    receita_liquida: 8000,\n    custos: 3000,\n    despesas: 2500,\n    resultado_operacional: 2500,\n    outros_resultados: -500,\n    resultado_antes_impostos: 2000,\n    impostos: 600,\n    resultado_liquido: 1400\n  }\n}).as('dreCompleto');\ncy.get('#tipoRelatorio').select('DRE Completo');\ncy.contains('button', 'Gerar').click();\ncy.wait('@dreCompleto');\ncy.get('#dreCompChart').find('div').should('exist');\ncy.contains('R$').should('exist');",
              "err": {
                "message": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `#periodoInicio`, but never found it.\n\nBecause this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Relatórios - DRE Completo e...`",
                "estack": "AssertionError: Timed out retrying after 4000ms: Expected to find element: `#periodoInicio`, but never found it.\n\nBecause this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Relatórios - DRE Completo e...`\n    at Context.eval (webpack://gestoreasy-v3/./cypress/e2e/relatorios_dre_pagar_receber.cy.js:4:7)",
                "diff": null
              },
              "uuid": "bf3c7924-5416-432d-afab-d39df5ef2534",
              "parentUUID": "b3dcd50b-de8d-4201-b0fe-7b6494b0b2c8",
              "isHook": false,
              "skipped": false
            },
            {
              "title": "Contas a Pagar renderiza gráfico",
              "fullTitle": "Relatórios - DRE Completo e Contas Contas a Pagar renderiza gráfico",
              "timedOut": null,
              "duration": 0,
              "state": "skipped",
              "speed": null,
              "pass": false,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "cy.intercept('GET', '/api/financeiro/relatorios/pagar/resumo*', {\n  statusCode: 200,\n  body: {\n    totals: {\n      total: 3000\n    },\n    por_categoria: [{\n      categoria: 'Fornecedores',\n      valor: 1800\n    }, {\n      categoria: 'Serviços',\n      valor: 1200\n    }]\n  }\n}).as('pagarResumo');\ncy.get('#tipoRelatorio').select('Contas a Pagar');\ncy.contains('button', 'Gerar').click();\ncy.wait('@pagarResumo');\ncy.get('#payChart').find('div').should('exist');",
              "err": {},
              "uuid": "8bf2c467-896b-42e3-9e9e-31244aa1d285",
              "parentUUID": "b3dcd50b-de8d-4201-b0fe-7b6494b0b2c8",
              "isHook": false,
              "skipped": true
            },
            {
              "title": "Contas a Receber renderiza gráfico",
              "fullTitle": "Relatórios - DRE Completo e Contas Contas a Receber renderiza gráfico",
              "timedOut": null,
              "duration": 0,
              "state": "skipped",
              "speed": null,
              "pass": false,
              "fail": false,
              "pending": false,
              "context": null,
              "code": "cy.intercept('GET', '/api/financeiro/relatorios/receber/resumo*', {\n  statusCode: 200,\n  body: {\n    totals: {\n      total: 5000\n    },\n    por_cliente: [{\n      cliente: 'Cliente A',\n      valor: 3000\n    }, {\n      cliente: 'Cliente B',\n      valor: 2000\n    }]\n  }\n}).as('receberResumo');\ncy.get('#tipoRelatorio').select('Contas a Receber');\ncy.contains('button', 'Gerar').click();\ncy.wait('@receberResumo');\ncy.get('#recChart').find('div').should('exist');",
              "err": {},
              "uuid": "9ac5ade8-4d0e-4396-83bb-0291abb2542c",
              "parentUUID": "b3dcd50b-de8d-4201-b0fe-7b6494b0b2c8",
              "isHook": false,
              "skipped": true
            }
          ],
          "suites": [],
          "passes": [],
          "failures": [
            "bf3c7924-5416-432d-afab-d39df5ef2534"
          ],
          "pending": [],
          "skipped": [
            "8bf2c467-896b-42e3-9e9e-31244aa1d285",
            "9ac5ade8-4d0e-4396-83bb-0291abb2542c"
          ],
          "duration": 4817,
          "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"
    }
  }
}