UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

6 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONTROL_TYPE_RADIOBUTTON = exports.CONTROL_TYPE_BUTTON = void 0; exports.CONTROL_TYPE_BUTTON = 'button'; exports.CONTROL_TYPE_RADIOBUTTON = 'radiobutton'; //# sourceMappingURL=custom-gui-control-types.js.map