UNPKG

perfrunner

Version:

Command-line-interface for the perfrunner - automated UI performance test tool

28 lines (27 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultJsonConfig = void 0; const config_1 = require("../../config"); exports.defaultJsonConfig = { cache: [false], chromeArgs: undefined, executablePath: undefined, ignoreDefaultArgs: false, logLevel: undefined, network: [ Object.assign(Object.assign({}, config_1.Original), { disabled: false }), Object.assign(Object.assign({}, config_1.HSPA_Plus), { disabled: false }), Object.assign(Object.assign({}, config_1.Slow3g), { disabled: true }), Object.assign(Object.assign({}, config_1.HSPA), { disabled: true }), Object.assign(Object.assign({}, config_1.FourG), { disabled: true }), ], noHeadless: false, output: config_1.DEFAULT_OUTPUT_FOLDER, reportOnly: false, reporter: [config_1.DEFAULT_REPORTER], runs: config_1.DEFAULT_NUMBER_RUNS, throttling: config_1.DEFAULT_THROTTLING_RATE, timeout: config_1.DEFAULT_TIMEOUT, testName: undefined, page: [], };