rstudio / shinytest

Automated testing for shiny apps
https://rstudio.github.io/shinytest/
Other
225 stars 55 forks source link

Take screenshot of individual item #343

Closed hadley closed 4 years ago

hadley commented 4 years ago

I explored making this a method of the Widget class, but that would require passing the ShinyDriver object to the Widget, which would require changing it's exported interface.

Includes refactoring of ShinyDriver tests to use single app.

Fixes #260.