The Ember.js Testing Guide

I’ve started a pull request for a testing guide for Ember.js. Before I start putting a ton of time into it, I’d really appreciate having a pair with some decent experience dealing with this stuff who can help code review my testing code. I have a few things I’ve had to brute force to make it work nicely, but I don’t know what is a bug and what is just to be expected. Could someone please review my Gist (https://gist.github.com/joefiorini/ec4f76b6503406561aa7/) that shows the exact setup I’m using for testing? I would appreciate knowing any WTFs you have while looking at it.

Thanks!

1 Like

I think there are still some things missing, like Ember.testing. Been meaning to post some code – we have a working integration test suite here. Hopefully this weekend. I’ll also take a closer look at your gist then.

3 Likes