Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e tests: use webbrowser to check for urls in viewer (#5818)
addresses #5569 @:viewer I don't think that the idea of printing the url after the API is started is super feasible on the vetiver side (see rstudio/vetiver-python#219). I have an alternative test instead where we open up an arbitrary blank webpage. AFAICT the main purpose of this test is to make sure the viewer is intercepting `webbrowser` calls and opening them in the Viewer pane, so this will still check for all those tasks. LMK if this seems like a reasonable option! Can also probably pull vetiver as a dependency, as webbrowser is a builtin Python module (which is a second bonus, since vetiver has a few large dependencies 😆) ### QA Notes <!-- Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. --> should pass CI
- Loading branch information