Bonsai_web_test_asyncinclude module type of struct include Bonsai_proc.For_open endmodule Computation = Bonsai_proc.For_open.Computationmodule Effect = Bonsai_proc.For_open.Effectmodule Value = Bonsai_proc.For_open.Valueinclude module type of struct include Bonsai_web_test endmodule Linter = Bonsai_web_test.Linterval test_selector : Bonsai_web.Test_selector.t -> stringtest_selector converts a Test_selector.t into a css selector string, so that it can be used as the ~selector argument to Handle.click_on, etc.
We recommend not concatenating test selector CSS strings with other CSS selectors, to avoid relying on specific DOM structure.
module Result_spec = Bonsai_web_test.Result_specmodule Handle = Bonsai_web_test.Handlemodule Computation_report = Bonsai_web_test.Computation_reportmodule Interruptible_persistent_connection =
Bonsai_web_test.Interruptible_persistent_connectioninclude module type of struct include Async_js_test endmodule Expect_test_config = Async_js_test.Expect_test_config