@skaterdav85 wrote:
The test suite for a project I am working on runs in ~15,000 milliseconds with ~900 assertions. This includes all of my tests, JSHint, and JSCS (via Ember Suave). Because 15 seconds can feel a little long at times, I instead only test 1 module at a time using
ember test -s -m 'module name here'
. How do you go about testing? Do you test 1 module at a time or do you just runember test -s
because your test suite is faster? How long does your entire test suite take to run? Any tips you can provide? Thanks!
Posts: 2
Participants: 2