testplane
Version:
Tests framework based on mocha and wdio
21 lines • 497 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.customCommandFileNames = void 0;
exports.customCommandFileNames = [
"assert-view",
"clearSession",
"getConfig",
"getPuppeteer",
"setOrientation",
"scrollIntoView",
"openAndWait",
"switchToRepl",
"moveCursorTo",
"captureDomSnapshot",
"waitForStaticToLoad",
"saveState",
"restoreState",
"getState",
"unstable_getCdp",
];
//# sourceMappingURL=index.js.map