UNPKG

testplane

Version:

Tests framework based on mocha and wdio

11 lines 344 B
"use strict"; const TestplaneFacade = require("./testplane-facade"); const testplaneFacade = TestplaneFacade.create(); testplaneFacade.init(); exports.runTest = (fullTitle, options) => { return testplaneFacade.runTest(fullTitle, options); }; exports.cancel = () => { return testplaneFacade.cancel(); }; //# sourceMappingURL=index.js.map