Description Usage Arguments Value Examples
create a video from <tests> (character vector of test ids)
| 1 2 | createVideo(server, tests, comparisonEndPoint = c("visual", "all", "doc",
  "full"), dryRun = FALSE, ...)
 | 
| server | A WebPagetest server | 
| tests | A character vector of test ids | 
| comparisonEndPoint | frame comparison end point: [visual]=visually complete | all=last change | doc=document complete | full=fully loaded | 
| dryRun | If TRUE just return the RESTful API URL. Defaults to FALSE | 
| ... | Additonal function arguments | 
A list of relevant video url's
| 1 2 3 4 5 6 7 | ## Not run: 
  WPT <- server()
  history <- getHistory(WPT, days = 10L, filter = "google.com")
  tests <- tail(history[["Test ID"]], 5)
  createVideo(WPT, tests = tests)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.