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))
})
UMCUGenetics/MetaboShiny documentation built on Sept. 30, 2021, 11:46 p.m.