UNPKG

html-reporter

Version:

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

9 lines 217 B
"use strict"; exports.SECTIONS = { RESULT: 'result', META: 'meta' }; exports.ERROR_KEY = 'error'; exports.RESULT_KEYS = [exports.ERROR_KEY]; exports.KEY_DELIMITER = '.'; //# sourceMappingURL=group-tests.js.map