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
JavaScript
;
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