Put focus on the R console when testthat::snapshot_review()
is finished?
#7261
-
After reviewing snapshots, the "Viewer" pane goes dark because the Shiny app is terminated. This gives the impression that something went wrong while there simply isn't anything to review anymore. It would be a better experience to focus back on the R console (possibly with a message) when there are no snapshots left to review. Screencast.from.2025-04-15.14-13-56.webm |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Although it's not easy to tell, we are actually tracking the more general issue in #5344. It's not specific to |
Beta Was this translation helpful? Give feedback.
-
Maybe a quick fix could be adding a pop-up notification in the Shiny app just before it dies (this should be an issue for testthat) |
Beta Was this translation helpful? Give feedback.
Although it's not easy to tell, we are actually tracking the more general issue in #5344. It's not specific to
testthat::snapshot_review()
.