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
Hi everyone! I am facing some issues in the following scenario: when I open Cypress UI and run each test individually, all of them pass, however, when running the same tests at once using cypress run --config video=false --browser chrome , some of them fail. What would be the reason for that?
For clarification, in my recent attempts, I have noticed that for some POST requests, in which I pass a valid JSON as payload, these requests are successfully completed when running them individually, but they fail when running at once, giving a JSON Decode Error and I haven't understood this yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I am facing some issues in the following scenario: when I open Cypress UI and run each test individually, all of them pass, however, when running the same tests at once using cypress run --config video=false --browser chrome , some of them fail. What would be the reason for that?
For clarification, in my recent attempts, I have noticed that for some POST requests, in which I pass a valid JSON as payload, these requests are successfully completed when running them individually, but they fail when running at once, giving a JSON Decode Error and I haven't understood this yet.
Current setup: Ubuntu 20.04, Cypress 11.2.0
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions