Skip to content

Instantly share code, notes, and snippets.

@cimfalab
Last active August 12, 2017 07:25
Show Gist options
  • Save cimfalab/89738895456eea7d5d390dda67b1ab06 to your computer and use it in GitHub Desktop.
Save cimfalab/89738895456eea7d5d390dda67b1ab06 to your computer and use it in GitHub Desktop.
webPageTestPoller.js
WebPageTestPoller.prototype.poll = function() {
WebPageTestPoller.super_.prototype.poll.call(this);
this.debug('WebPageTest start test [target='+this.target+']');
this.wpt.runTest(this.target, config.webPageTest.testOptions | {}, this.onTestStartedCallback.bind(this));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment