forked from karma-runner/karma
-
Notifications
You must be signed in to change notification settings - Fork 0
Why?
Dignifiedquire edited this page Dec 9, 2012
·
1 revision
Because It allows you to test code in real browsers (desktop, mobile, tablets):
- executing tests locally during development
- executing tests on a continuous integration server
Also see this introduction video on youtube.
Throughout the development of AngularJS, we’ve been using JSTD for testing. I really think that JSTD is a great idea. Unfortunately, we had many problems with JSTD, so we decided to write our own test runner based on the same idea. We wanted a simple tool just for executing JavaScript tests that is both stable and fast. That’s why we use the awesome SocketIO library and Node.js.