We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,
The text was updated successfully, but these errors were encountered:
/?id=<some_test_id>
Sorry, something went wrong.
1- Yes I have an api key and I am able to run test without the waitResults.
2- I don't get a change to have a test id because my callback is never called.
See sample code in main.js in https://github.com/bkreda/wope-wpt-node
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: