Description Usage Arguments Value Examples
get test request info/details
| 1 | getTestInfo(server, testId, dryRun = FALSE, ...)
 | 
| server | A WebPagetest server | 
| testId | test ID string | 
| dryRun | If TRUE just return the RESTful API URL. Defaults to FALSE | 
| ... | Additonal function arguments | 
returns info on a test
| 1 2 3 4 5 | ## Not run: 
  WPT <- server()
  testinfo <- getTestInfo(WPT, testId = "someid")  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.