Files
weave-scope/client/test/browser-perf/main.js
Simon Howe fc95e1efa0 Fixes selected layout!
(was the removal of :id from the node objects)

Only show errors in webpack output!

Tidying up

More tidying

more tidying

More fiddling around

wip

wip

wip

Fixes forceLayout

rm console.log
2016-09-15 11:55:25 +02:00

10 lines
285 B
JavaScript

var browserPerf = require('browser-perf');
var options = {
selenium: 'http://local.docker:4444/wd/hub',
actions: [require('./custom-action.js')()]
}
browserPerf('http://local.docker:4040/dev.html', function(err, res){
console.error(err);
console.log(res);
}, options);