UNPKG

@rbnx/webdriverio

Version:

webdriverio plugin for nx

17 lines (15 loc) 267 B
import type { Framework, Protocol, Reporters, Runner, Services, } from '../../wdio'; export interface Schema { runner?: Runner; framework?: Framework; reporters?: Reporters[]; services?: Services[]; protocol?: Protocol; skipFormat?: boolean; }