UNPKG

testplane

Version:

Tests framework based on mocha and wdio

7 lines 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.attachToBrowser = exports.launchBrowser = void 0; var standalone_1 = require("./browser/standalone"); Object.defineProperty(exports, "launchBrowser", { enumerable: true, get: function () { return standalone_1.launchBrowser; } }); Object.defineProperty(exports, "attachToBrowser", { enumerable: true, get: function () { return standalone_1.attachToBrowser; } }); //# sourceMappingURL=unstable.js.map