Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testable-utils

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testable-utils - npm Package Compare versions

Comparing version 0.5.2 to 0.5.4

40

index.d.ts
import {EventEmitter} from "events";
declare module testableUtils {
declare namespace testableUtils {
var isLocal: boolean;

@@ -130,2 +130,38 @@ var isSmokeTest: boolean;

export = testableUtils;
declare module "testable-utils" {
export = testableUtils
}
declare namespace WebdriverIO {
interface Browser {
testableLogTrace: () => any;
testableLogDebug: () => any;
testableLogInfo: () => any;
testableLogError: () => any;
testableLogFatal: () => any;
testableCsvGet: (name: string, index: number) => any;
testableCsvRandom: (name: string) => any;
testableCsvNext: (name: string, options: any) => any;
testableResult: (resource: string, url: string) => any;
testableTiming: (result: any) => any;
testableCounter: (result: any) => any;
testableHistogram: (result: any) => any;
testableMetered: (result: any) => any;
testableGetMetric: () => any;
testableWaitForValue: (options: any) => any;
testableWaitForCondition: (options: any) => any;
testableIncrementAndWaitForValue: (options: any) => any;
testableBarrier: (name: string, value: any) => any;
testableInfo: () => any;
testableScreenshot: (name: string) => any;
testableStopwatch: (code: string, metricName: string, resource: string) => any;
testableWaitForEvent: (eventName: string, timeout: number, defaultVal: any) => any;
testableWaitForFinish: () => any;
}
}
declare module "@wdio/sync" {
export = WebdriverIO
}

2

package.json
{
"name": "testable-utils",
"version": "0.5.2",
"version": "0.5.4",
"description": "Utilities for Testable scripts",

@@ -5,0 +5,0 @@ "author": "Avi Stramer",

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