1. karma-safari-private-launcher
A Karma plugin. Launcher for Safari private mode.
karma-safari-private-launcher
Package: karma-safari-private-launcher
Created by: QubitProducts
Last modified: Sun, 19 Jun 2022 08:04:30 GMT
Version: 1.0.0
License: ISC
Downloads: 783
Repository: https://github.com/QubitProducts/karma-safari-private-launcher

Install

npm install karma-safari-private-launcher
yarn add karma-safari-private-launcher

karma-safari-private-launcher

Launcher for Safari in private mode.

Installation

 npm install karma-safari-private-launcher --save-dev

Configuration

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

You can pass list of browsers as a CLI argument too:

 karma start --browsers SafariPrivate

Todo

  • if Safari is already open, don't close it afterward

For more information on Karma see the homepage.

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin