run_tests.R

library(testthat)
library(shinytest)

test_that("Application works", {
  # 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.
  print("Hi there!")
  TRUE
  #expect_pass(testApp(".", compareImages = FALSE))
})
joannawolthuis/MetaboShiny documentation built on Oct. 1, 2021, 10:11 a.m.