Skip to content

muthu90ec/karma-safarinative-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'],
  })
}

About

Karma Safari launcher that uses mac Launch services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published