New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

testplane

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testplane - npm Package Compare versions

Comparing version 8.23.0 to 8.23.1

{
"name": "testplane",
"version": "8.23.0",
"version": "8.23.1",
"description": "Tests framework based on mocha and wdio",

@@ -5,0 +5,0 @@ "main": "build/src/index.js",

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

import type { BrowserConfig } from "./../config/browser-config";
import type { ExecutionThreadToolCtx } from "../types";
import type { ExecutionThreadCtx, ExecutionThreadToolCtx } from "../types";
import { MoveCursorToCommand } from "./commands/moveCursorTo";

@@ -106,6 +106,3 @@ import { OpenAndWaitCommand } from "./commands/openAndWait";

hermioneCtx: ExecutionThreadToolCtx;
ctx: {
browser: WebdriverIO.Browser;
currentTest: Test;
};
ctx: ExecutionThreadCtx;
};

@@ -112,0 +109,0 @@ openAndWait: OpenAndWaitCommand;

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

isolation: boolean;
passive: boolean;
lastFailed: {

@@ -280,0 +281,0 @@ only: boolean;

@@ -9,3 +9,3 @@ /// <reference path="../../typings/global.d.ts" />

export * from "./mock";
export type { WdioBrowser, TestResult, Test, Suite, TestError, HermioneCtx, GlobalHelper, TestplaneCtx, TestFunction, TestFunctionCtx, } from "./types";
export type { WdioBrowser, TestResult, Test, Suite, TestError, HermioneCtx, GlobalHelper, TestplaneCtx, TestFunction, TestFunctionCtx, ExecutionThreadCtx, } from "./types";
export type { Config } from "./config";

@@ -12,0 +12,0 @@ export type { ConfigInput, AssertViewOpts } from "./config/types";

@@ -120,2 +120,6 @@ import { Events } from "../events";

}
export interface ExecutionThreadCtx {
browser: WebdriverIO.Browser;
currentTest: Test;
}
export interface TestResult extends Test {

@@ -122,0 +126,0 @@ assertViewResults: Array<AssertViewResult>;

{
"name": "testplane",
"version": "8.23.0",
"version": "8.23.1",
"description": "Tests framework based on mocha and wdio",

@@ -5,0 +5,0 @@ "main": "build/src/index.js",