You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several cases, in particular with focused tests that don't primarily rely on snapshots, we only take screenshots on a single OS and R version, e.g. MacOS + r-latest.
In these cases, we should set variant = NULL in the app options.
We should also have shared code that returns TRUE for mac-latest + r-latest, to facilitate deciding whether or not to take a screenshot.
As a side benefit, this also helps with the initial set up of a test; the first screenshots can be created locally regardless of OS and R version.
The text was updated successfully, but these errors were encountered:
In several cases, in particular with focused tests that don't primarily rely on snapshots, we only take screenshots on a single OS and R version, e.g. MacOS + r-latest.
In these cases, we should set
variant = NULL
in the app options.We should also have shared code that returns
TRUE
formac-latest + r-latest
, to facilitate deciding whether or not to take a screenshot.As a side benefit, this also helps with the initial set up of a test; the first screenshots can be created locally regardless of OS and R version.
The text was updated successfully, but these errors were encountered: