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
Zombie isn't terrible but it's built on top of jsdom and thus has a limited implementation of the DOM. For certain tests, we have to make exceptions for Zombie and bypass functionality. In my opinion this is ugly and wrong. Not to mention the fact that you can't inspect code running in the Zombie browser, making debugging a real pain.
I'm not certain Nightmare can fix all of this, but I am confident it will fix some of our problems. I think it would be wise to investigate further.
The text was updated successfully, but these errors were encountered:
Specifically, we should try using it with a test that was failing with a version of steal before that fix for zombie was made, and also see if it supports dataset unlike zombie.
Zombie isn't terrible but it's built on top of
jsdom
and thus has a limited implementation of the DOM. For certain tests, we have to make exceptions for Zombie and bypass functionality. In my opinion this is ugly and wrong. Not to mention the fact that you can't inspect code running in the Zombie browser, making debugging a real pain.I'm not certain Nightmare can fix all of this, but I am confident it will fix some of our problems. I think it would be wise to investigate further.
The text was updated successfully, but these errors were encountered: