Heads Up! You're viewing the docs for v0.13, an old version of Karma. v6.4 is the newest.

Versioning

Karma uses Semantic Versioning. There are some special rules at the moment, as we have not yet released a 1.0.0.

  • Minor versions could introduce breaking changes.
  • Patch versions are expected to be compatible at all times.

It is recommended that you add the following entry to your package.json file, either manually

{
  "devDependencies": {
    "karma": "^0.13.0"
  }
}

or by running

$ npm --save-dev install karma