JSPM

karma-safaritechpreview-launcher

2.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35330
  • Score
    100M100P100Q156715F
  • License MIT

A Karma plugin. Launcher for Safari Technology Preview.

Package Exports

  • karma-safaritechpreview-launcher

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (karma-safaritechpreview-launcher) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

karma-safaritechpreview-launcher

A Karma plugin. Launcher for Safari Technology Preview.

Installation

Note, this plugin requires Node version 4.0 or higher. You can check your node version by typing node --version.

npm install karma-safaritechpreview-launcher --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    browsers: ['SafariTechPreview'],
    // optionally, if not using "detectBrowsers"
    plugins: [
      require('karma-safaritechpreview-launcher'), 
    ] 
 });
};

Alternatively, as a CLI argument:

karma start --browsers SafariTechPreview

For more information on Karma see the homepage.

Attribution

This package is based on the original karma-safari-launcher by vojtajina.