UNPKG

@rbnx/webdriverio

Version:

webdriverio plugin for nx

9 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.filterWdioOptions = void 0; const wdioOpts = ['browsers', 'headless', 'protocol']; function filterWdioOptions(obj) { return Object.fromEntries(Object.entries(obj).filter(([key]) => wdioOpts.includes(key))); } exports.filterWdioOptions = filterWdioOptions; //# sourceMappingURL=options.js.map