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
My question is how to call mouseEvents using Nightmare helper. I'm trying to achieve a drag and drop succession of mouseover draggable element, mousemove and mouseup drop area/element.
At the same time, I run on ubuntu local machine and even though i could run command npx codeceptjs run --steps
successfully before with Puppeteer helper configuration on another project, now I can't figure out how to get tests running (and visually) with Nightmare.
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 folks,
My question is how to call mouseEvents using Nightmare helper. I'm trying to achieve a drag and drop succession of mouseover draggable element, mousemove and mouseup drop area/element.
At the same time, I run on ubuntu local machine and even though i could run command
npx codeceptjs run --steps
successfully before with Puppeteer helper configuration on another project, now I can't figure out how to get tests running (and visually) with Nightmare.
Beta Was this translation helpful? Give feedback.
All reactions