July 2015
Beginner to intermediate
192 pages
5h 24m
English
Karma is a JavaScript test runner created by the AngularJS team. It’s important to note that it’s not a testing framework. It allows you to specify information about your testing environment, such as which browser(s) to use, which files to include, and so on. You then specify which testing framework you want to use (Jasmine, in our case) and write your tests using that particular framework.
First things first. If you haven’t yet installed Node.js, stop! Here are a couple resources to get the ball rolling:
If you do have Node.js and npm, welcome! First, install karma-cli globally ...
Read now
Unlock full access