karma-safaritechpreview-launcher

2.0.2last stable release 6 years ago
Complexity Score
Low
Open Issues
N/A
Dependent Projects
66
Weekly Downloadsglobal
23,641

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

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.

Dependencies

No runtime dependency information found for this package.

CVE IssuesActive
0
Scorecards Score
1.80
Test Coverage
No Data
Follows Semver
Yes
Github Stars
3
Dependenciestotal
0
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No Data
Repo Audits
No Data

Learn how to distribute karma-safaritechpreview-launcher in your own private NPM registry

npm config set registry  https://npm.cloudsmith.com/owner/repo
Processing...
Done
npm install karma-safaritechpreview-launcher
Processing...
Done

10 Releases

NPM on Cloudsmith

Getting started with NPM on Cloudsmith is fast and easy.