create-testplane
Version:
A tool for fast and simple Testplane configuration
19 lines • 1.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TESTPLANE_RETRY_LIMITER = exports.TESTPLANE_GLOBAL_HOOK = exports.TESTPLANE_TABS_CLOSER = exports.TESTPLANE_PLUGINS_PROFILER = exports.TESTPLANE_OAUTH = exports.TESTPLANE_TEST_FILTER = exports.TESTPLANE_URL_DECORATOR = exports.TESTPLANE_HEADLESS_CHROME = exports.TESTPLANE_PROFILER = exports.TESTPLANE_STORYBOOK = exports.TESTPLANE_RETRY_PROGRESSIVE = exports.TESTPLANE_SAFARI_COMMANDS = exports.TESTPLANE_RETRY_COMMAND = exports.TESTPLANE_TEST_REPEATER = exports.HTML_REPORTER = void 0;
exports.HTML_REPORTER = "html-reporter/testplane";
exports.TESTPLANE_TEST_REPEATER = "@testplane/test-repeater";
exports.TESTPLANE_RETRY_COMMAND = "@testplane/retry-command";
exports.TESTPLANE_SAFARI_COMMANDS = "@testplane/safari-commands";
exports.TESTPLANE_RETRY_PROGRESSIVE = "@testplane/retry-progressive";
exports.TESTPLANE_STORYBOOK = "@testplane/storybook";
exports.TESTPLANE_PROFILER = "@testplane/profiler";
exports.TESTPLANE_HEADLESS_CHROME = "@testplane/headless-chrome";
exports.TESTPLANE_URL_DECORATOR = "@testplane/url-decorator";
exports.TESTPLANE_TEST_FILTER = "@testplane/test-filter";
exports.TESTPLANE_OAUTH = "@testplane/oauth";
exports.TESTPLANE_PLUGINS_PROFILER = "@testplane/plugins-profiler";
exports.TESTPLANE_TABS_CLOSER = "@testplane/tabs-closer";
exports.TESTPLANE_GLOBAL_HOOK = "@testplane/global-hook";
exports.TESTPLANE_RETRY_LIMITER = "@testplane/retry-limiter";
//# sourceMappingURL=plugins.js.map