Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4838

How fast does your test suite run?

$
0
0

@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 run ember 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

Read full topic


Viewing all articles
Browse latest Browse all 4838