An open API service indexing awesome lists of open source software.

https://github.com/milankinen/clojure-ui-testing-demo

Codes for Reaktor #lisp meetup topic "Concise UI testing with Clojure"
https://github.com/milankinen/clojure-ui-testing-demo

clojure cuic demo repl ui-testing

Last synced: 2 months ago
JSON representation

Codes for Reaktor #lisp meetup topic "Concise UI testing with Clojure"

Awesome Lists containing this project

README

          

# Clojure UI testing demo

This repository contains codes for Reaktor #lisp meetup topic
"Concise UI testing with Clojure".

Slides: http://slides.com/mlareaktor/cuic

### Quickstart

Pre-requirements:

* `Java 8+`
* `docker`
* `docker-compose`

```bash
# start database
docker-compose up -d

# run tests
./lein t
# start repl and app in port 5001
./lein repl
```

### Available git tags

* `base` - base application structure without API implementation
* `api` - API implemented
* `ui-tests` - UI tests written

## License

MIT