karma-nwjs-launcher

0.1.0 • Public • Published

karma-nwjs-launcher

Launcher for NWJS.


This is a small but experimental launcher, based on the Safari Launcher by Vojta Jina and contributors, and not affiliated with any official or semi-official Karma plugins.


Installation

The easiest way is to keep karma-nwjs-launcher as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-nwjs-launcher": "0.1.0"
  }
}

You can do it on the command line by:

npm install karma-nwjs-launcher --save-dev

Usage

// karma.conf.js
module.exports = function(config) {
  browsers: ['NWJS'],
  NWJSConfig:{
    copy:{
      base:projectRoot,
      items:['xxx/src/config']
    }
  }
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i karma-nwjs-launcher

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • vicwang163