getTestStatus: check test status

Description Usage Arguments Value Examples

Description

check the status of a test

Usage

1
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

1
2
3
4
5
## Not run: 
  WPT <- server()
  locs <- getStatus(WPT, "someID")

## End(Not run)

johndharrison/webpagetestr documentation built on May 19, 2019, 5:14 p.m.