You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests?p=cypress/support/e2e.ts:40561 TypeError: Cannot convert object to primitive value
at processArg (tests?p=cypress/support/e2e.ts:40546:36)
at Array.map (<anonymous>)
at appWindow.console.<computed> [as warn] (tests?p=cypress/support/e2e.ts:40560:53)
The error is stem from this line, where it caught an error but try to serialize it again by attempting to concatenate it.
The error is stem from this line, where it caught an error but try to serialize it again by attempting to concatenate it.
cypress-terminal-report/src/collector/LogCollectBrowserConsole.js
Line 39 in 72123c8
The other issue is already described by #191, but it is actually more generic.
JSON.stringify
can throw simply on object that's too big.The text was updated successfully, but these errors were encountered: