Stephen Yeung

Results 13 comments of Stephen Yeung

The load-balance feature works really well when there are a large number of tests.. but in the case of small ember repo eg. one that has 27 unit tests across...

@andrewfan looks like #472 is merged! Have you had a chance to verify this is good?

@kevinansfield Thanks for filing this issue! It looks like you were getting this error with `TryGhost/Ghost-Admin` ? Could you share the exact steps to produce this error?

I was able to reproduce this. The problem is due to test-loader is available on master, but not in the releases yet. Will be addressing this

@amk221 `ember-exam 2.1.2` removed the load API and instead introduces the `start()` API Please see the Read me for how to set this up.

@amk221 no worries, what you faced is reasonable since it was a breaking change that was introduced into a minor version bump. #242 will fix this. So you can use...

@maprules1000 Apologies! I think this needs to be addressed, since the changes in 3.0.1 was working with the master of ember-mocha rather than the latest release of ember-mocha 0.14.0 Lets...

Hey @EvgenyOrekhov One quick question, did you setup this in `test-helper.js`: ``` // test-helper.js // this is important to setup load-balancing. if you are importing from qunit start, it just...

Great! Glad you solved it! Will leave this issue open to document this, I realized what you pointed out isn't in the documentation either. Thanks for pointing this out @EvgenyOrekhov...

@stefanpenner Updated the description, hope it helps clarify the user facing issue. @rwjblue Separated out the fix and the refactor (will submit that afterwards)