The following error originated from your test code, not from Cypress. > process is not defined #24535
rajsudhirn23
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm facing the below error while running the unit test. Please can someone help to resolve this? I tried with Cypress.on('uncaught:exception', (err, runnable) => {return false }) on the path cypress\support\e2e.ts but didn't work :(
An uncaught error was detected outside of a test failed
No commands were issued in this test.
ReferenceError
The following error originated from your test code, not from Cypress.
When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.
Cypress could not associate this error to any specific test.
We dynamically generated a new test to display this failure.
src/handlers/eoi/post_eoi.ts:30:13
28 |
29 | const sqs = new SQS({
Beta Was this translation helpful? Give feedback.
All reactions