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've seen some examples (in cypress configuration files) which use async setupNodeEvents(on,config) and some use setupNodeEvents(on,config) (with the async), is there a difference between the two (except for the obvious difference of sync and async method)?
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
-
Hi everyone!
I've seen some examples (in cypress configuration files) which use
async setupNodeEvents(on,config)
and some usesetupNodeEvents(on,config)
(with the async), is there a difference between the two (except for the obvious difference of sync and async method)?Beta Was this translation helpful? Give feedback.
All reactions