UNPKG

testplane

Version:

Tests framework based on mocha and wdio

10 lines (9 loc) 381 B
import { ShallowStackFrames } from "./utils"; type AnyFunc = (...args: any[]) => unknown; export declare const runWithStacktraceHooks: ({ stackFrames, fn, stackFilterFunc, }: { stackFrames: ShallowStackFrames; fn: AnyFunc; stackFilterFunc?: AnyFunc | undefined; }) => unknown; export declare const enhanceStacktraces: (session: WebdriverIO.Browser) => void; export {};