4.1.4 • Published 6 months ago

@types/gulp-protractor v4.1.4

Weekly downloads
2,686
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/gulp-protractor

Summary

This package contains type definitions for gulp-protractor (https://github.com/mllrsohn/gulp-protractor).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-protractor.

index.d.ts

// Type definitions for gulp-protractor v4.1.1
// Project: https://github.com/mllrsohn/gulp-protractor
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />

import gulp = require('gulp');

interface IOptions {
    configFile?: string | undefined;
    args?: Array<string> | undefined;
    debug?: boolean | undefined;
}

interface IGulpProtractor {
    getProtractorDir(): string;
    getProtractorCli(): string;
    protractor(options?: IOptions): NodeJS.ReadWriteStream;
    webdriver_update_specific: gulp.TaskCallback;
    webdriver_standalone: gulp.TaskCallback;
    webdriver_update: gulp.TaskCallback;
}

declare var protractor: IGulpProtractor;
export = protractor;

Additional Details

Credits

These definitions were written by Tanguy Krotoff.

4.1.4

6 months ago

4.1.3

7 months ago

4.1.2

7 months ago

4.1.1

8 months ago

4.1.0

3 years ago

1.0.32

3 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

8 years ago

1.0.28

8 years ago

1.0.27-alpha

8 years ago

1.0.26-alpha

8 years ago

1.0.25-alpha

8 years ago

1.0.24-alpha

8 years ago

1.0.23-alpha

8 years ago

1.0.22-alpha

8 years ago

1.0.21-alpha

8 years ago

1.0.16-alpha

8 years ago

1.0.15-alpha

8 years ago