package webtest

  1. Overview
  2. Docs
Framework for in-browser testing of js_of_ocaml code

Install

Dune Dependency

Authors

Maintainers

Sources

webtest.1.2.0.tar.gz
md5=3cf8109bd8d065dbb5b5f5b6ea31e8bb

Description

Webtest is a testing framework, fully compatible with js_of_ocaml, and written with in-browser testing of JavaScript code in mind.

You may find it useful if you want to test bindings to an existing JavaScript library, or to test that your code behaves as expected when compiled to JavaScript.

As well as providing OUnit-style combinators for building tests and test suites, Webtest implements a simple JavaScript API for integration with browser automation tools such as Selenium WebDriver.

API documentation available at https://johnelse.github.io/ocaml-webtest/

Published: 03 Jul 2017

Dependencies (6)

  1. js_of_ocaml-ppx < "3.4.0"
  2. js_of_ocaml < "3.4.0"
  3. ocamlfind build
  4. ocamlbuild build
  5. oasis build
  6. ocaml >= "4.02.1"

Dev Dependencies

None

Conflicts

None