Get history of previously run tests
getHistory(server, days = 1L, filter = NULL, dryRun = FALSE, ...)
A tibble with "Date/Time", "Location", "Test ID", "URL","Label" of tests. NOTE: The results returned are limited on default server.
## Not run: ------------------------------------ # WPT <- server() # history <- getHistory(WPT, days = 7L) ## ---------------------------------------------