Test Data missing error -public wpt instance for scripted tests
|
07-02-2018, 05:43 AM
Post: #1
|
|||
|
|||
Test Data missing error -public wpt instance for scripted tests
Hi All,
I am exploring the scripted test using the public instance. Somehow I am not able to execute any scripted test successfully. Please find the below script that I am trying to execute either in front end or usnig Marcel Duran's Node JS wrapper. In either ways I am unable to execute a scripted test successfully. Request your support regarding this. Script tried in http://www.webpagetest.org [front end] logData 0 navigate http://www.google.com logData 1 setValue id=lst-ib value=Java submitForm name=f Script tried using the NodeJS client var WebPageTest = require('C:\\Users\\sridh\\node_modules\\webpagetest\\lib\\webpagetest'); var wpt = new WebPageTest('https://www.webpagetest.org/', '<Mykey>'); wpt.runTest('https://google.com', { connectivity: 'Cable', location: 'Dulles:Chrome', firstViewOnly: true, runs: 1, video: false }, function processTestRequest(err, result) { console.log(err || result) }) Regards, Y.S.Sridhar |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Test Data missing error -public wpt instance for scripted tests - sreeash_wpt - 07-02-2018 05:43 AM
RE: Test Data missing error -public wpt instance for scripted tests - abhagupta - 07-07-2018, 08:45 AM
RE: Test Data missing error -public wpt instance for scripted tests - sreeash_wpt - 07-10-2018, 12:43 PM
|
User(s) browsing this thread: 1 Guest(s)