marionettejs / marionette.inspector

:mag: Marionette Inspector - Explore your App
http://goo.gl/Wo3pju
MIT License
170 stars 42 forks source link

Replace grunt-mocha by running mocha through puppeteer #365

Closed blikblum closed 6 years ago

blikblum commented 6 years ago

grunt-mocha is using phantomjs which is not actively maintained. This prevents using newer js features.

This PR implements running mocha tests through puppeteer (Chrome headless node interface)