Heads Up! You're viewing the docs for v0.10, 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 pushed into this branch,
  • odd versions (eg. 0.7.x, 0.9.x) are unstable - anything can happen ;-)

Therefore it is recommended to rely on the latest stable version, which gives you automatic bug fixes, but does not break you:

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

Stable channel (branch stable) #

$ npm install karma

Canary channel (branch master) #

$ npm install karma@canary