check the status of a test

getTestStatus(server, testId, requestId = NULL, dryRun = FALSE, ...)

Arguments

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

Value

returns the status of a test

Examples

## Not run: ------------------------------------ # WPT <- server() # locs <- getStatus(WPT, "someID") ## ---------------------------------------------