This repository contains codes for Reaktor #lisp meetup topic "Concise UI testing with Clojure".
Slides: http://slides.com/mlareaktor/cuic
Pre-requirements:
Java 8+
docker
docker-compose
# start database
docker-compose up -d
# run tests
./lein t
# start repl and app in port 5001
./lein repl
base
- base application structure without API implementationapi
- API implementedui-tests
- UI tests written
MIT