Open hadley opened 4 years ago
e.g.
expect_snapshot_screenshot <- function(app, id, name, parent = FALSE) { skip_on_ci() skip_on_cran() path <- tempfile() app$screenshot(path, id, parent = parent) expect_snapshot_file(path, name) }
Sounds like a great idea!
e.g.