
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
karma-nwjs-phoenix-launcher
Advanced tools
A Karma plugin. Launcher for node-webkit builds provided by nwjs-builder-phoenix
Launcher for NWJS, that uses nwjs-builder-phoenix to provide the NW.js builds
This launcher is forked from karma-nwjs-launcher and updated to use nwjs-builder-phoenix.
The main difference between this launcher and other NW.js Karma launchers is that this launcher does not bind to a particular build/version of NW.js. It is up to the project to configure (via nwjs-builder-phoenix) the build to use.
The easiest way is to keep karma-nwjs-phoenix-launcher as a devDependency in your package.json.
{
"devDependencies": {
"karma": "~0.10",
"karma-nwjs-phoenix-launcher": "0.1.0"
}
}
You can do it on the command line by:
npm install karma-nwjs-phoenix-launcher --save-dev
// karma.conf.js
module.exports = function(config) {
// browsers: [ "debug" ],
browsers: [ "NWJS" ],
NWJS: {
copy: {
base: projectRoot,
items: [ "xxx/src/config" ]
}
}
/*
* Using custom launchers, different flags can be appended to the nwjs cmd
* to customise the behaviour
*/
customLaunchers: {
"debug": {
base: "NWJS",
flags: [ "--remote-debugging-port=9229" ]
}
}
};
FAQs
A Karma plugin. Launcher for node-webkit builds provided by nwjs-builder-phoenix
We found that karma-nwjs-phoenix-launcher demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies