## Test goals * [ ] Load a test data set * [ ] Display a map of a query without a difference scenario * [ ] Display a map with a difference scenario * [ ] Display a bar plot with all regions * [ ] Display a bar plot filtered to several randomly selected regions * [ ] Load a new data set * [ ] Display a map of the new data set ## Resources * [RSelenium vignette](https://cran.r-project.org/web/packages/RSelenium/vignettes/shinytesting.html) * [GUI Testing on Travis](https://docs.travis-ci.com/user/gui-and-headless-browsers/) * [shinytest](https://rstudio.github.io/shinytest/) is similar in concept, but a slightly different approach.
Test goals
Resources