Hello,
I have installed devtools ans shinytest
install.packages(devtools)
library(devtools)
library(shinytest)
install_github("rstudio/shinytest")
Now, I am trying to use the testing tool with my application by typing startTest() in the console and I get the error:Error in recordTest() : could not find function "recordTest". Is there any thing else I should do?
Thanks