@types/mocha-phantomjs
TypeScript icon, indicating that this package has built-in type declarations

3.5.33 • Public • Published

Installation

npm install --save @types/mocha-phantomjs

Summary

This package contains type definitions for mocha-phantomjs (http://metaskills.net/mocha-phantomjs/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha-phantomjs.

index.d.ts

interface MochaPhantomJsWindowOptions extends Window {
    env: any;
    failures: number;
    ended: boolean;
    started: boolean;
    run(): void;
}

interface Window {
    mochaPhantomJS(): MochaPhantomJsWindowOptions;
}

interface MochaPhantomJSOptions {
    headers?: any;
    cookies?: any[] | undefined;
    viewportSize?: number | undefined;
    timeout?: number | undefined;
    file?: string | undefined;
}

interface MochaPhantomJS {
    url: string;
    columns: number;
    mochaStartWait: number;
    startTime: Date;
    output: any;

    run(): void;
    customizeMocha(options: MochaPhantomJSOptions): void;
}

declare var mochaPhantomJS: MochaPhantomJS;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Erik Schierboom.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @types/mocha-phantomjs

Weekly Downloads

189

Version

3.5.33

License

MIT

Unpacked Size

3.95 kB

Total Files

5

Last publish

Collaborators

  • types