tests/testthat/test_app.R

context("Shinytest")
# This file is for testing the applications in the inst/ directory.

library(shinytest)

test_that("app snapshots have not changed", {
  # Don't run these tests on the CRAN build servers
  skip_on_cran()

  # Use compareImages=FALSE because the expected image screenshots were created
  # on a Mac, and they will differ from screenshots taken on the CI platform,
  # which runs on Linux.
  appdir <- system.file("shiny_app", package = "huntfishapp")

  expect_pass(testApp(appdir, compareImages = FALSE))
})
natbprice/huntfishapp documentation built on Sept. 2, 2020, 11:01 p.m.