UNPKG

html-reporter

Version:

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

8 lines 347 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.EXPAND_RETRIES = exports.EXPAND_ERRORS = exports.COLLAPSE_ALL = exports.EXPAND_ALL = void 0; exports.EXPAND_ALL = 'all'; exports.COLLAPSE_ALL = 'none'; exports.EXPAND_ERRORS = 'errors'; exports.EXPAND_RETRIES = 'retries'; //# sourceMappingURL=expand-modes.js.map