December 2017
Beginner
372 pages
10h 32m
English
Once you have written your test cases using Jasmine, the next step is to run these test cases. Karma does exactly that: it allows us to run our test cases. It's a command-line tool that identifies our test cases and then executes them, and shows the result of the execution.
Karma is a configurable tool that allows us to launch the browser and then execute the test case in that browser. We can configure the type of browser to run our test cases, we can configure the test cases to be executed, and much more.
Karma comes with its Karma-CLI package, which allows us to configure it quickly and easily and provides us with a faster execution environment.
Read now
Unlock full access