getTestInfo: Get test info

Description Usage Arguments Value Examples

Description

get test request info/details

Usage

1
getTestInfo(server, testId, dryRun = FALSE, ...)

Arguments

server

A WebPagetest server

testId

test ID string

dryRun

If TRUE just return the RESTful API URL. Defaults to FALSE

...

Additonal function arguments

Value

returns info on a test

Examples

1
2
3
4
5
## Not run: 
  WPT <- server()
  testinfo <- getTestInfo(WPT, testId = "someid")  

## End(Not run)

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