{"id":20314903,"url":"https://github.com/catchpoint/webpagetest.bulk-tester","last_synced_at":"2025-04-07T07:12:00.783Z","repository":{"id":12887216,"uuid":"15563865","full_name":"catchpoint/WebPageTest.bulk-tester","owner":"catchpoint","description":"Google App Script for spreadsheet that uses the WPT API to bulk test URLs","archived":false,"fork":false,"pushed_at":"2024-04-30T17:09:34.000Z","size":38,"stargazers_count":261,"open_issues_count":11,"forks_count":22,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-31T05:07:37.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catchpoint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-01T12:19:39.000Z","updated_at":"2025-01-07T10:39:30.000Z","dependencies_parsed_at":"2024-03-25T19:32:08.238Z","dependency_job_id":"3019ec71-29f0-40c6-bca9-77aa9ba43518","html_url":"https://github.com/catchpoint/WebPageTest.bulk-tester","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2FWebPageTest.bulk-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2FWebPageTest.bulk-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2FWebPageTest.bulk-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catchpoint%2FWebPageTest.bulk-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catchpoint","download_url":"https://codeload.github.com/catchpoint/WebPageTest.bulk-tester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608153,"owners_count":20965952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T18:17:08.429Z","updated_at":"2025-04-07T07:12:00.761Z","avatar_url":"https://github.com/catchpoint.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://docs.webpagetest.org/img/wpt-navy-logo.png\" alt=\"WebPageTest Logo\" /\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://docs.webpagetest.org/api/integrations/#officially-supported-integrations\"\u003eLearn about more WebPageTest API Integrations in our docs\u003c/a\u003e\u003c/p\u003e\n\n# WebPageTest Google Sheets Bulk Tester\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](/LICENSE)\n\nUse Google Sheets to test multiple URLs using WebPageTest (either webpagetest.org if you have an API key, or another publicly accessible instance)\n\nEach test uses one of a defined set of parameters (a scenario) so tests can either share the same parameters, or use different sets depending on need.\n\nWhen a test completes successfully, selected values from the results are extracted and added to the Tests tab.\n\nComments, suggestions, improvements etc. welcome.\n\nThere are brief instructions below but for more detailed one see the Performance Advent Calender post - http://calendar.perfplanet.com/2014/driving-webpagetest-from-a-google-docs-spreadsheet/\n\n\n# Using\n\n1. Make a copy of Spreadsheet\n\n\t[WPT Bulk Tester v0.7](https://docs.google.com/spreadsheets/d/10-FAt5eelHXjzQqgx5o-JvUqrKAMIux2kp-sAwHARwk)\n\n\tThe spreadsheet is shared read-only so you'll first need to make a copy\n\n2. Configuring Spreadsheet - Settings Tab\n\n\tAdd your own WPT API key\n\tCustomise the parameters and results maps to include the parameters you want to specify and the results values to be extracted\n\n3. Defining Tests - Scenarios Tab\n\n\tCreate one or more test scenarios (a scenario is a named set of test parameters)\n\tFirst column must always be the name of the scenario, other columns are defined by the Parameters map in the Settings tab\n\n4. Specifying URLs to be Tested - Tests Tab\n\n\tAdd URLs to be tested in the first column, and scenario in the second (a drop down can be created via the Data \u003e Validation menu, or just copy cell from previous row)\n\n5. Running Tests\n\n\tOnce the URLs to be tested and the corresponding scenario have been defined, choose 'Run Tests' from WebPageTest menu (on first run the app will need to be authorised and the test re-submitted)\n\n\tOnce the tests have been submitted the results will be polled until they have all completed. Polling interval is based on number of tests 1 min \u003c= 5 tests, 5 mins \u003c= 10 tests otherwise 30 mins\n\n\tTo re-run a test delete the WPT URL and then choose 'Run Tests' from WebPageTest menu\n\tTo re-retrieve the results delete the status (and corresponding results) and choose 'Get Results' from the WebPageTest menu\n\n\n# Changes\n\n## v0.6 - 26th Oct 2020\n\n- Change submission to use POST as GET requests are limited to 2,000 bytes (Thx @dougsillars)\n- Add `normalizekeys=1` to request for results so fields names containing `.` and `-` can be accessed without array notation (Thx @Nooshu)\n- Add silent error handling around requests for non-existent fields in results\n\n## v0.7 - 26th Mar 2024\n\n- Change API key submission to pass key in 'X-WPT-API-KEY' header instead of url 'k' parameter\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatchpoint%2Fwebpagetest.bulk-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatchpoint%2Fwebpagetest.bulk-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatchpoint%2Fwebpagetest.bulk-tester/lists"}