You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do you think this is culprit? when I run ember exam:iterate X I get cascade of Assertion Failed: You cannot use the same root element (BODY) multiple times in an Ember.Application#126
When running
ember exam
it sets the following ember-cli variables as expected:However, when running
ember exam:iterate N
the environment defaults to developmentLooks like this line is missing the test environment configuration option:
https://github.com/trentmwillis/ember-exam/blob/master/lib/commands/exam/iterate.js#L77
instead of:
The text was updated successfully, but these errors were encountered: