How to use the browsertime/lib/logger.addLog function in browsertime

To help you get started, we’ve selected a few browsertime examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github sitespeedio / sitespeed.io / lib / analyze / browsertime.js View on Github external
connection: config.connection,
			silent: (config.tap || config.junit),
			verbose: config.verbose,
			noColor: config.noColor,
			logDir: config.run.absResultDir,
			seleniumServer: config.seleniumServer,
			useProxy: true
		};

		if (config.btConfig) {
			Object.keys(config.btConfig).forEach(function(key) {
				btConfig[key] = config.btConfig[key];
			});
		}

		logger.addLog(null, btConfig);

		proxy = btProxy.createProxy(btConfig);
	},
	analyze: function(urls, config, asyncDoneCallback) {

browsertime

Get performance metrics from your web page using Browsertime.

Apache-2.0
Latest version published 1 day ago

Package Health Score

81 / 100
Full package analysis

Similar packages