UNPKG

testplane

Version:

Tests framework based on mocha and wdio

10 lines 293 B
"use strict"; 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", }; //# sourceMappingURL=constants.js.map