The Step allows you to run Jasmine tests using the Karma tool in your build. Karma lets you spawn different browsers and re-run the tests within each browser.
The Step runs the karma start command to run your Jasmine tests. To set this up:
karma start command. For the available options, run karma start --help in a command line.