UNPKG

testplane

Version:

Tests framework based on mocha and wdio

8 lines 537 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.installChromeDriverManually = exports.installChromium = void 0; var browser_1 = require("./browser"); Object.defineProperty(exports, "installChromium", { enumerable: true, get: function () { return browser_1.installChromium; } }); var driver_1 = require("./driver"); Object.defineProperty(exports, "installChromeDriverManually", { enumerable: true, get: function () { return driver_1.installChromeDriverManually; } }); //# sourceMappingURL=index.js.map