Socket
Socket
Sign inDemoInstall

karma

Package Overview
Dependencies
160
Maintainers
5
Versions
212
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
1820
22Next

0.11.5

Diff

Changelog

Source

v0.11.5 (2013-11-25)

Bug Fixes
  • do not execute already executing browsers (00136cf6)
Features
  • launcher: send SIGKILL if SIGINT does not kill the browser (c0fa49aa)

<a name="v0.11.4"></a>

vojtajina
published 0.11.4 •

Changelog

Source

v0.11.4 (2013-11-21)

Bug Fixes

<a name="v0.11.3"></a>

vojtajina
published 0.10.5 •

vojtajina
published 0.11.3 •

Changelog

Source

v0.11.3 (2013-11-20)

Bug Fixes
  • config: not append empty module if no custom launcher/rep/prep (ee15a4e4)
  • watcher: allow parentheses in a pattern (438eb8dd, closes #728)
Features
  • remove karma binary in favor of karma-cli (c7d46270)
  • config: log if no config file is specified (ce4c5646)
Breaking Changes
  • The karma module does not export karma binary anymore. The recommended way is to have local modules (karma and all the plugins that your project needs) stored in your package.json. You can run that particular Karma by ./node_modules/karma/bin/karma. Or you can have karma-cli installed globally on your system, which enables you to use the karma command.

The global karma command (installed by karma-cli) does look for local version of Karma (including parent directories) first and fall backs to a global one.

The bin/karma binary does not look for any other instances of Karma and just runs the one that it belongs to.

(c7d46270)

<a name="v0.11.2"></a>

vojtajina
published 0.11.2 •

Changelog

Source

v0.11.2 (2013-11-03)

Bug Fixes
  • config: use polling by default (53978c42)
  • proxy: handle proxied socket.io websocket transport upgrade (fcc2a98f)

<a name="v0.11.1"></a>

vojtajina
published 0.10.4 •

vojtajina
published 0.10.3 •

vojtajina
published 0.11.1 •

Changelog

Source

v0.11.1 (2013-10-25)

Bug Fixes
  • launcher kill method which was throwing an error if no callback was specified bu (5439f1cb)
  • static: Use full height for the iFrame. Fix based on PR #714. (f95daf3c)
  • watcher:
Features
  • redirect client to "return_url" if specified (6af2c897)
  • config: add usePolling config (18514d63)
  • watcher: ignore initial "add" events (dde1da4c)

<a name="v0.11.0"></a>

vojtajina
published 0.11.0 •

Changelog

Source

v0.11.0 (2013-08-26)

Bug Fixes
  • support reconnecting for manually captured browsers (a8ac6d2d)
  • reporter: print browser stats immediately after it finishes (65202d87)
Features
  • don't wait for all browsers and start executing immediately (8647266f, closes #57)

<a name="v0.10.2"></a>

vojtajina
published 0.10.2 •

Changelog

Source

v0.10.2 (2013-08-21)

Bug Fixes
  • don't mark a browser captured if already being killed/timeouted (21230979, closes #88)
Features
  • sync page unload (disconnect) (ac9b3f01)
  • buffer result messages when polling (c4ad6970)
  • allow browser to reconnect during the test run (cbe2851b, closes #82, #590)

<a name="v0.10.1"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc