UNPKG

@wdio/sync

Version:

A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously

22 lines (21 loc) 681 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STACKTRACE_FILTER = exports.STACK_START = void 0; exports.STACK_START = /^\s+at /; exports.STACKTRACE_FILTER = [ // exclude @wdio/sync from stack traces 'node_modules/@wdio/sync/', // exclude webdriverio and webdriver stack traces 'node_modules/webdriverio/build/', 'node_modules/webdriver/build/', // exclude request 'node_modules/request/request', // exclude EventEmitter ' (events.js:', ' (domain.js:', // other excludes '(internal/process/next_tick.js', 'new Promise (<anonymous>)', 'Generator.next (<anonymous>)', '__awaiter (' ];