How to add tests for an interactive package

The most realistic low-effort solution is to just do

@test browse(args...) isa WebIO.Scope

which really doesn’t test anything except that your function doesn’t error.