module Runner:sig..end
val setup : Webtest.Suite.t -> unitsetup test sets up a test runner and attaches it to the document's onLoad
handler.val run : ?with_colors:bool -> Webtest.Suite.t -> unitrun suite runs tests and displays results on stdout