Socket
Socket
Sign inDemoInstall

karma-ios-simulator-launcher

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-ios-simulator-launcher

Launcher of Mobile Safari on MacOS


Version published
Maintainers
1
Created
Source

karma-ios-simulator-launcher

Launches the iOS simulator on MacOS and runs your test in Mobile Safari.

Installation

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

Make sure you have installed the latest XCode, which you can get from the AppStore.

npm install --save-dev karma-ios-simulator-launcher

Karma configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    browsers: ['MobileSafari']
  });
};

You can CLI also launch it via the command line with:

karma start --browsers MobileSafari

Keywords

FAQs

Package last updated on 07 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc