Description Usage Arguments Value Examples
check the status of a test
| 1 | getTestStatus(server, testId, requestId = NULL, dryRun = FALSE, ...)
 | 
| server | A WebPagetest server | 
| testId | test ID string | 
| requestId | request ID, useful to track asynchronous requests | 
| dryRun | If TRUE just return the RESTful API URL. Defaults to FALSE | 
| ... | Additonal function arguments | 
returns the status of a test
| 1 2 3 4 5 | ## Not run: 
  WPT <- server()
  locs <- getStatus(WPT, "someID")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.