UNPKG

html-reporter

Version:

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

38 lines 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configDefaults = exports.CIRCLE_RADIUS = void 0; const diff_modes_1 = require("./diff-modes"); const view_modes_1 = require("./view-modes"); const save_formats_1 = require("./save-formats"); exports.CIRCLE_RADIUS = 150; exports.configDefaults = { baseHost: '', commandsWithShortHistory: [], customGui: {}, customScripts: [], defaultView: view_modes_1.ViewMode.ALL, diffMode: diff_modes_1.DiffModes.THREE_UP.id, uiMode: null, enabled: false, errorPatterns: [], lazyLoadOffset: null, metaInfoBaseUrls: {}, path: '', plugins: [], pluginsEnabled: false, saveErrorDetails: false, saveFormat: save_formats_1.SaveFormat.SQLITE, yandexMetrika: { counterNumber: 99267510 }, staticImageAccepter: { enabled: false, repositoryUrl: '', pullRequestUrl: '', serviceUrl: '', meta: {}, axiosRequestOptions: {} }, generateBadges: null }; //# sourceMappingURL=defaults.js.map