Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
2
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/types - npm Package Compare versions

Comparing version 7.0.0 to 7.0.2

47

build/Options.d.ts

@@ -5,2 +5,3 @@ /// <reference types="node" />

import * as https from 'https';
import type { RegisterOptions } from 'ts-node';
import { W3CCapabilities, DesiredCapabilities, RemoteCapabilities, RemoteCapability, MultiRemoteCapabilities } from './Capabilities';

@@ -49,20 +50,2 @@ import { Hooks, ServiceEntry } from './Services';

/**
* Your cloud service username (only works for [Sauce Labs](https://saucelabs.com),
* [Browserstack](https://www.browserstack.com), [TestingBot](https://testingbot.com),
* [CrossBrowserTesting](https://crossbrowsertesting.com) or
* [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
* automatically set connection options for you. If you don't use a cloud provider this
* can be used to authenticate any other WebDriver backend.
*/
user?: string;
/**
* Your cloud service access key or secret key (only works for
* [Sauce Labs](https://saucelabs.com), [Browserstack](https://www.browserstack.com),
* [TestingBot](https://testingbot.com), [CrossBrowserTesting](https://crossbrowsertesting.com)
* or [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
* automatically set connection options for you. If you don't use a cloud provider this
* can be used to authenticate any other WebDriver backend.
*/
key?: string;
/**
* Defines the capabilities you want to run in your WebDriver session. Check out the

@@ -185,2 +168,20 @@ * [WebDriver Protocol](https://w3c.github.io/webdriver/#capabilities) for more details.

/**
* Your cloud service username (only works for [Sauce Labs](https://saucelabs.com),
* [Browserstack](https://www.browserstack.com), [TestingBot](https://testingbot.com),
* [CrossBrowserTesting](https://crossbrowsertesting.com) or
* [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
* automatically set connection options for you. If you don't use a cloud provider this
* can be used to authenticate any other WebDriver backend.
*/
user?: string;
/**
* Your cloud service access key or secret key (only works for
* [Sauce Labs](https://saucelabs.com), [Browserstack](https://www.browserstack.com),
* [TestingBot](https://testingbot.com), [CrossBrowserTesting](https://crossbrowsertesting.com)
* or [LambdaTest](https://www.lambdatest.com) accounts). If set, WebdriverIO will
* automatically set connection options for you. If you don't use a cloud provider this
* can be used to authenticate any other WebDriver backend.
*/
key?: string;
/**
* Defines the capabilities you want to run in your WebDriver session. Check out the

@@ -406,9 +407,5 @@ * [WebDriver Protocol](https://w3c.github.io/webdriver/#capabilities) for more details.

export interface AutoCompileConfig {
autoCompile: boolean;
tsNodeOpts: {
[key: string]: any;
};
babelOpts: {
[key: string]: any;
};
autoCompile?: boolean;
tsNodeOpts?: RegisterOptions;
babelOpts?: Record<string, any>;
}

@@ -415,0 +412,0 @@ export interface MultiRemote extends Omit<Testrunner, 'capabilities'> {

{
"name": "@wdio/types",
"version": "7.0.0",
"version": "7.0.2",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

@@ -34,3 +34,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "b03188f55479f936d9ca899967883d929cde191c"
"gitHead": "3391f11c37c52ea33868696b7aa8d8a7cf32b8bb"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc