catchpoint / WebPageTest.bulk-tester

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

Make it possible to run immediately when URL is entered #2

Open sergeychernyshev opened 10 years ago

sergeychernyshev commented 10 years ago

Run by just entering the URL into a spreadsheet, or at least this can be a setting on settings page, e.g. "run immediately" or "run using menu".

This can probably be paired with the form so other people (e.g. audience) can enter URLs like in the SpeedSheet that we used at Velocity.

andydavies commented 10 years ago

Adding the form like we used at Velocity should be pretty easy.

The other option requires listening to the onEdit event, and I'd need to check what the implications are