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

2.1.4 • Public • Published

Installation

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

Summary

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

Details

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

index.d.ts

import "karma";

declare module "karma" {
    interface CustomLauncher {
        /**
         * configure preferences for the Firefox instance that is loaded
         */
        prefs?: {
            [name: string]: any;
        } | undefined;
        /**
         * extensions that you want loaded into the browser on startup
         */
        extensions?: string[] | undefined;

        /**
         * custom launcher name
         */
        name?: string | undefined;

        /**
         * location of the Firefox executable
         */
        command?: string | undefined;
    }
}

Additional Details

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

Credits

These definitions were written by Piotr Błażejewicz.

/@types/karma-firefox-launcher/

    Package Sidebar

    Install

    npm i @types/karma-firefox-launcher

    Weekly Downloads

    6,891

    Version

    2.1.4

    License

    MIT

    Unpacked Size

    3.96 kB

    Total Files

    5

    Last publish

    Collaborators

    • types