CypressError: `cy.visit()` failed trying to load:
http://localhost:5004/save/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Origin Save Tests`
at http://localhost:5004/__cypress/runner/cypress_runner.js:144021:25
at visitFailedByErr (http://localhost:5004/__cypress/runner/cypress_runner.js:143396:12)
at http://localhost:5004/__cypress/runner/cypress_runner.js:144001:13
at tryCatcher (http://localhost:5004/__cypress/runner/cypress_runner.js:13212:23)
at Promise._settlePromiseFromHandler (http://localhost:5004/__cypress/runner/cypress_runner.js:11147:31)
at Promise._settlePromise (http://localhost:5004/__cypress/runner/cypress_runner.js:11204:18)
at Promise._settlePromise0 (http://localhost:5004/__cypress/runner/cypress_runner.js:11249:10)
at Promise._settlePromises (http://localhost:5004/__cypress/runner/cypress_runner.js:11325:18)
at _drainQueueStep (http://localhost:5004/__cypress/runner/cypress_runner.js:7919:12)
at _drainQueue (http://localhost:5004/__cypress/runner/cypress_runner.js:7912:9)
at Async.../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:5004/__cypress/runner/cypress_runner.js:7928:5)
at Async.drainQueues (http://localhost:5004/__cypress/runner/cypress_runner.js:7798:14)
From Your Spec Code:
at Context.eval (http://localhost:5004/__cypress/tests?p=cypress/integration/origin-save.spec.js:199:8)
TEST RESULT
TEST RESULT
- Run At
- Sep 2 2021, 11:53 AM