jamesshore / quixote

CSS unit and integration testing
Other
848 stars 45 forks source link

Add Nightmare to test suite #49

Closed darlanmendonca closed 7 years ago

darlanmendonca commented 7 years ago

Is useful add nightmare browser to test suite?

I'm looking for tools for tests, overall, and nightmare can be 2x more fast than Phantomjs.

here => https://github.com/segmentio/nightmare

jamesshore commented 7 years ago

We're not adding any headless browsers to our test suite at this time. The purpose of Quixote is to test how sites display on users' real browsers, so testing on a headless browser defeats the purpose.

That said, it looks like Nightmare uses Electron under the covers, which in turn uses Chromium. It's likely to work just fine even if it's not officially supported.