I’m playing around with the new integration testing and the ember-testing package. I’ve also been using lineman for a development environment with Ember that I can completely separate from Rails.
I’d really like to know how to run my integration tests in Testem though… I keep gettting the following error and can’t for the life of me figure it out.
Unable to add "ember-application" class to rootElement. Make sure you set rootElement to the body or an element in the body.
Were you able to make it work? I’m thinking about trying testem after some time using karma and I would be interested in your findings, if you could share them.