Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 531 Bytes

otm-website-tests

An automated test suite for the OpenTreeMap website.

Usage

To execute the test suite, first ensure that you have a Java Virtual Machine installed, then install Leiningen and execute the following command:

$ lein midje

Optionally, use the OTM_BASE_URL environment variable to adjust the testing target:

$ OTM_BASE_URL=http://another-host:8080 lein midje

In order have Midje watch your source files for changes use:

$ lein midje :autotest