@types/karma-chrome-launcher
TypeScript icon, indicating that this package has built-in type declarations

3.1.4 • Public • Published

Installation

npm install --save @types/karma-chrome-launcher

Summary

This package contains type definitions for karma-chrome-launcher (https://github.com/karma-runner/karma-chrome-launcher#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chrome-launcher.

index.d.ts

import "karma";

declare module "karma" {
    interface CustomLauncher {
        /**
         * The `--user-data-dir` is set to a temporary directory,
         * but can be overridden on a custom launcher as shown below.
         * One reason to do this is to have a permanent Chrome user data directory inside the project directory
         * to be able to install plugins there (e.g. JetBrains IDE Support plugin).
         */
        chromeDataDir?: string | undefined;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/karma

Credits

These definitions were written by Piotr Błażejewicz (Peter Blazejewicz).

Readme

Keywords

none

Package Sidebar

Install

npm i @types/karma-chrome-launcher

Weekly Downloads

54,489

Version

3.1.4

License

MIT

Unpacked Size

3.77 kB

Total Files

5

Last publish

Collaborators

  • types