-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: can't run tests in a shiny app inside a package #386
Comments
Hi, I got the same error in one of my tests. In my case it was due to having So maybe it's worth checking if there's anywhere in your app that returns a silent error it's not working well with some third party functions? |
I'm having the same issue... |
I am having the same issue as pablo, just the error which pops up is: |
Hi all -- now that we have shinytest2, my first suggestion would be to see if you can migrate to the newer framework. There are a lot of reasons to do so that are outlined on the shinytest2 site. That said, I'd be happy to look into this issue, but it would be difficult to do so without a reproducible example. |
Hi gadenbuie, thanks for your response. For now i can only use shinytest package and can not migrate to the newer shinytest2 framework. But the correction of the source code (namely correction of function httr_get - function) as in issue 387 - #387 was helpful with regard to my issues. |
Hi
I'm trying to run a test with shinytest for a shiny app that lives inside an R package (from Bioconductor).
I can record the test but I can't run it.
This is my code from a clean session:
This is the result in console:
This is the file created at "~/curro/gsva-devel/GSVA/inst/shinyApp/tests/shinytest/mytest.R"
(I load the shiny app, click on a couple of inputs and save the snapshot, I don't plot anything)
sessionInfo()
The text was updated successfully, but these errors were encountered: