alexyoung / dailyjs-survey

A survey for JavaScript programmers
18 stars 22 forks source link

Added a question about unit testing environment #6

Closed pushplay closed 9 years ago

pushplay commented 10 years ago

I'm curious how people are running their unit tests as well as how they're writing them. Last time I looked there was no clear winner but maybe a trend is emerging. It might also be worth asking about automation libraries.

Raynos commented 10 years ago

Consider adding testem & karma as local test runners for unit tests. It's like manual testing in browsers on steroids

pushplay commented 10 years ago

I have not heard of either of those. I'll definitely have to check them out!