marionettejs / guides

Learn how to build web apps using Marionette
https://marionette.gitbooks.io/marionette-guides
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

Testing Guide #21

Open scott-w opened 8 years ago

scott-w commented 8 years ago

We need to include a recommended testing style for the Guides that gets users off the ground.

scott-w commented 8 years ago

The current stack I'm using on internal product is:

This somewhat works in node.js but I don't have a good solution for setting up in-browser testing, interaction with DOM, etc. Suggestions will be welcome.

denar90 commented 8 years ago

It would be super awesome if we can somehow relate this guide with Mn integrations repo