icon

Karma Jasmine Test Runner

Run your Jasmine tests with the Karma tool on Bitrise.

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.

Configuring the Step

The Step runs the karma start command to run your Jasmine tests. To set this up:

  1. Choose the browsers in which you want to run tests. Separate each browser with a comma.
  2. In the Options to append to the karma start command, add custom options to the karma start command. For the available options, run karma start --help in a command line.

Useful links

Testing on Bitrise

Related Steps

Jasmine Test Runner

Similar steps

Runs Jasmine tests.

Build your XCTest or XCUITest runner to upload to remote testing service

Run your ApiSpotter tests and get the test result to your Bitrise build.

This Step is used to search for test results and export them for the Deploy to Bitrise.io Step which can export the results to the Test Reports.