package webtest

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.2.tar.gz
md5=d388b7caa56cc45b4d4f1c5b26b5dd76

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: 17 Jan 2017

Dependencies (5)

  1. js_of_ocaml >= "2.7.0" & < "3.0"
  2. ocamlfind build
  3. ocamlbuild build
  4. oasis build
  5. ocaml >= "4.02.1"

Dev Dependencies

None

Conflicts

None