1.1.0 • Published 5 years ago

karma-safarinative-launcher v1.1.0

Weekly downloads
13,678
License
MIT
Repository
github
Last release
5 years ago

karma-safarinative-launcher

Karma Safari launcher that uses mac Launch services With Safari 12, the browser cannot load html files from disk without user permissions.

This launcher uses the MAC Launch services API to open karma url in Safari browser.

Usage

module.exports = function(config) {
  config.set({
    plugins: ['karma-safarinative-launcher'],
    // start these browsers
    browsers: ['SafariNative'],
  })
}