It can be tedious to manually run Jasmine tests by refreshing a browser tab in multiple browsers every time we make a code change. Karma is a tool that allows us to spawn browsers and execute Jasmine tests inside them from command-line.