@rbbn/distant-electron-launcher

1.3.0 • Public • Published

Distant Electron Launcher

Provides a custom Electron launcher to be used under the customLaunchers property in a karma.conf.js Karma configuration file.

Usage

const createDistantLauncher = require('distant-electron-launcher')
const useContextIsolation = true // Otherwise defaults to false

module.exports = config => {
  config.set({
    ...
    customLaunchers: {
      distantElectron: createDistantLauncher('./electronMainEntry.js', useContextIsolation)
    }
    ...
  })
}

Package Sidebar

Install

npm i @rbbn/distant-electron-launcher

Weekly Downloads

7

Version

1.3.0

License

SEE LICENSE IN LICENSE.md

Unpacked Size

3.93 kB

Total Files

7

Last publish

Collaborators

  • rbbn-webrtc-distant