Skip to content

valenting/webpagetest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This endpoint is meant to run on a server and receive callbacks from webpagetest.com.
It keeps a list of runs organized by domain, with some aditional metadata, such as browser name and version.

API:

/api/get/:domain
- returns a JSON array of objects representing test runs.
- the object have the following format: { id: "", connectivity: "", browser_name: "", browser_version: ""}

/api/all
- returns a JSON array containing all the test runs.

/api/domains
- returns an array containing all the domains for which we hold any results

/api/addDomain
- used as a callback for webpagetest.com
- has an id query parameter holding the test ID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published