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
There are more than a few places where we have embedded package versions into our tests, which means that package updates for key packages can cause our tests to fail. Two recent examples:
There may be a path forward in adding a compare= function as an argument to app$expect_values(), similar to the compare argument of app$expect_screenshot() (added in rstudio/shinytest2#231). We could have a function, e.g. shinycoreci::compare_json_ignore_pkg_versions() that would strip package versions before comparing.
The text was updated successfully, but these errors were encountered:
There are more than a few places where we have embedded package versions into our tests, which means that package updates for key packages can cause our tests to fail. Two recent examples:
There may be a path forward in adding a
compare=
function as an argument toapp$expect_values()
, similar to thecompare
argument ofapp$expect_screenshot()
(added in rstudio/shinytest2#231). We could have a function, e.g.shinycoreci::compare_json_ignore_pkg_versions()
that would strip package versions before comparing.The text was updated successfully, but these errors were encountered: