html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
8 lines • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ROOT = exports.MENU_BAR = exports.RESULT_META = exports.RESULT = void 0;
exports.RESULT = 'result';
exports.RESULT_META = 'result_meta';
exports.MENU_BAR = 'menu-bar';
exports.ROOT = 'root';
//# sourceMappingURL=extension-points.js.map