You can search for identifiers within the package.
in-package search v0.2.0
Types and functions for running tests in a browser.
val setup : Webtest.Suite.t -> unit
setup test sets up a test runner and attaches it to the document's onLoad handler.
setup test
val run : ?with_colors:bool -> Webtest.Suite.t -> unit
run suite runs tests and displays results on stdout
run suite