(no title)
alistairjcbrown | 10 years ago
One of the things I like about Karma is the ability to run the test suite in a number of browsers. We run our suite in Firefox, Chrome and PhantomJS as part of the CI setup.
I wonder if it wouldn't have been possible to set up a complementary test runner which allowed your Jasmine tests to be run with jsdom? That would give you the speed increase, but without needing to port, and would have allowed you to still leverage Karma when needed.
However, a good read and the Karma bootup time is certainly a pain point I've felt!
dmatteo|10 years ago