catchpoint / WebPageTest.bulk-tester

Google App Script for spreadsheet that uses the WPT API to bulk test URLs
MIT License
260 stars 22 forks source link

Need to be able to measure the number of requests #3

Closed andydavies closed 10 years ago

andydavies commented 10 years ago

Using data.median.firstView.requests results in a list being inserted rather than the count of requests

andydavies commented 10 years ago

Work around is to use data.median.firstView.requests.length - needs documenting