2.1.4 • Published 2 years ago

@types/karma-firefox-launcher v2.1.4

Weekly downloads
9,150
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for karma-firefox-launcher 2.1
// Project: https://github.com/karma-runner/karma-firefox-launcher#readme
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.2
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: Thu, 08 Jul 2021 16:23:06 GMT
  • Dependencies: @types/karma
  • Global values: none

Credits

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

2.1.2

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.1

4 years ago

2.1.0

5 years ago

1.3.0

5 years ago