Hello,
First of all, thanks for this great module that make things much easier.
Does the waitResults work as expected when testing against the public instance of webpagetest?
Used as in the example,
wpt.runTest('http://twitter.com/marcelduran', {waitResults: 'http://wpt.bk.wope-framework.com:80'}, function(err, data) {
console.log(err || data);
});
My callback is never called.
Thanks,