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

Versioning

Karma uses Semantic Versioning with a little exception:

  • even versions (eg. 0.6.x, 0.8.x) are considered stable - no breaking changes or new features, only bug fixes will be pushed into this branch
  • odd versions (eg. 0.7.x, 0.9.x) are unstable - anything can happen ;-)

Therefore, it is recommended that you rely on the latest stable (even) version, which will give you automatic bug fixes, but will not break your test setup:

{
  "devDependencies": {
    "karma": "~0.10"
  }
}

Stable channel (branch stable) #

$ npm install karma

Canary channel (branch master) #

$ npm install karma@canary