UNPKG

html-reporter

Version:

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

7 lines 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IMAGE_COMPARISON_FAILED_MESSAGE = exports.NEW_ISSUE_LINK = exports.ERROR_TITLE_TEXT_LENGTH = void 0; exports.ERROR_TITLE_TEXT_LENGTH = 200; exports.NEW_ISSUE_LINK = 'https://github.com/gemini-testing/html-reporter/issues/new'; exports.IMAGE_COMPARISON_FAILED_MESSAGE = 'image comparison failed'; //# sourceMappingURL=errors.js.map