Skip to content

Commit

Permalink
Update shinytest.R
Browse files Browse the repository at this point in the history
Issue with shinytest. 
shinytest::testApp("./") "1 dot" causes the shinytest workflow to fail, but the deploy app workflow is completed successfully.
shinytest::testApp("../") "2 dots" causes the shinytest workflow to complete successfully, but then the deploy app workflow fails.
ShinyTest Errors (2 Errors) seem to be related to MacOS, However tested the app on an IPhone and seems to be working correctly (and has been updated) with shinytest::testApp("./").

So proceeding with shinytest::testApp("./") even though this causes the shinytest workflow to fail with 2 errors.
  • Loading branch information
Jake-Bruce authored Feb 2, 2023
1 parent 271d82b commit fc92ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shinytest.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
library(shinytest)
shinytest::testApp("../")
shinytest::testApp("./")

0 comments on commit fc92ad8

Please sign in to comment.