testplane
Version:
Tests framework based on mocha and wdio
11 lines • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CliCommands = void 0;
exports.CliCommands = {
CONFIG: "config",
LIST_TESTS: "list-tests",
LIST_BROWSERS: "list-browsers",
INSTALL_DEPS: "install-deps",
SELECTIVITY_MERGE_DUMPS: "selectivity-merge-dumps",
};
//# sourceMappingURL=constants.js.map