Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
172
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 8.26.3 to 8.27.0

10

build/Options.d.ts

@@ -419,2 +419,12 @@ /// <reference types="node" resolution-mode="require"/>

/**
* Choose the log output view.
* If set to "false" logs from different test files will be printed in real-time.
* Please note that this may result in the mixing of log outputs from different Test Specs when running in parallel.
* If set to "true" log outputs will be grouped by test files and printed only when the test is completed.
* By default, it is set to "false" so logs are printed in real-time.
*
* @default false
*/
groupLogsByTestSpec?: boolean;
/**
* Services take over a specific job you don't want to take care of. They enhance

@@ -421,0 +431,0 @@ * your test setup with almost no effort.

5

build/Services.d.ts

@@ -1,6 +0,5 @@

/// <reference types="mocha" />
/// <reference types="node" resolution-mode="require"/>
import type { DesiredCapabilities, RemoteCapability, RemoteCapabilities } from './Capabilities.js';
import type { Testrunner as TestrunnerOptions, WebdriverIO as WebdriverIOOptions } from './Options.js';
import type { Suite, Test, TestResult } from './Frameworks.js';
import type { Worker } from './Workers.js';
export interface RunnerInstance {

@@ -11,3 +10,3 @@ initialize(): Promise<void>;

getWorkerCount(): number;
run(args: any): NodeJS.EventEmitter;
run(args: any): Worker;
workerPool: any;

@@ -14,0 +13,0 @@ browserPool: any;

1

build/Workers.d.ts

@@ -42,4 +42,5 @@ /// <reference types="node" resolution-mode="require"/>

sessionId?: string;
logsAggregator: string[];
}
export type WorkerPool = Record<string, Worker>;
//# sourceMappingURL=Workers.d.ts.map
{
"name": "@wdio/types",
"version": "8.26.3",
"version": "8.27.0",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

@@ -35,3 +35,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "284ce5591d90d9ea5f591e977d04557fd9ec4011"
"gitHead": "be6dce3344ac864509f676b561cb0eed821b36f6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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