<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.897" tests="10" failures="1">
  <testsuite name="Root Suite" timestamp="2025-11-08T20:15:36" tests="0" file="cypress\e2e\financeiro_receber.cy.js" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Financeiro &gt; Contas a Receber" timestamp="2025-11-08T20:15:36" tests="10" time="0.888" failures="1">
    <testcase name="Financeiro &gt; Contas a Receber &quot;before each&quot; hook for &quot;carrega lista e exibe totais e badges&quot;" time="0.000" classname="&quot;before each&quot; hook for &quot;carrega lista e exibe totais e badges&quot;">
      <failure message="`cy.visit()` failed trying to load:

http://localhost:8000/financeiro/receber

We attempted to make an http request to this URL but the request failed without a response.

We received this error at the network level:

  &gt; Error: connect ECONNREFUSED ::1:8000

Common situations why this would fail:
  - you don&apos;t have internet access
  - you forgot to run / boot your web server
  - your web server isn&apos;t accessible
  - you have weird network configuration settings on your computer

Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Financeiro &gt; Contas a Receber`" type="CypressError"><![CDATA[CypressError: `cy.visit()` failed trying to load:

http://localhost:8000/financeiro/receber

We attempted to make an http request to this URL but the request failed without a response.

We received this error at the network level:

    at <unknown> (  > Error: connect ECONNREFUSED ::1:8000)

Common situations why this would fail:
- you don't have internet access
- you forgot to run / boot your web server
- your web server isn't accessible
- you have weird network configuration settings on your computer
    at <unknown> (http://localhost:8002/__cypress/runner/cypress_runner.js:131607:74)
    at visitFailedByErr (http://localhost:8002/__cypress/runner/cypress_runner.js:131006:12)
    at <unknown> (http://localhost:8002/__cypress/runner/cypress_runner.js:131606:11)
    at tryCatcher (http://localhost:8002/__cypress/runner/cypress_runner.js:1830:23)
    at Promise._settlePromiseFromHandler (http://localhost:8002/__cypress/runner/cypress_runner.js:1542:31)
    at Promise._settlePromise (http://localhost:8002/__cypress/runner/cypress_runner.js:1599:18)
    at Promise._settlePromise0 (http://localhost:8002/__cypress/runner/cypress_runner.js:1644:10)
    at Promise._settlePromises (http://localhost:8002/__cypress/runner/cypress_runner.js:1720:18)
    at _drainQueueStep (http://localhost:8002/__cypress/runner/cypress_runner.js:2430:12)
    at _drainQueue (http://localhost:8002/__cypress/runner/cypress_runner.js:2423:9)
    at Async._drainQueues (http://localhost:8002/__cypress/runner/cypress_runner.js:2439:5)
    at Async.drainQueues (http://localhost:8002/__cypress/runner/cypress_runner.js:2309:14)
From Your Spec Code:
    at Context.eval (webpack://gestoreasy-v3/./cypress/e2e/financeiro_receber.cy.js:48:7)

From Node.js Internals:
    at <unknown> (      Error: connect ECONNREFUSED ::1:8000)
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)]]></failure>
    </testcase>
  </testsuite>
</testsuites>