UNPKG

html-reporter

Version:

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

11 lines 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorName = void 0; exports.ErrorName = { GENERAL_ERROR: 'Error', IMAGE_DIFF: 'ImageDiffError', NO_REF_IMAGE: 'NoRefImageError', INVALID_REF_IMAGE: 'InvalidRefImageError', ASSERT_VIEW: 'AssertViewError' }; //# sourceMappingURL=index.js.map