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"
- Host: GitHub
- URL: https://github.com/milankinen/clojure-ui-testing-demo
- Owner: milankinen
- License: mit
- Created: 2019-02-13T06:33:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T10:08:16.000Z (about 5 years ago)
- Last Synced: 2025-12-27T16:13:14.669Z (6 months ago)
- Topics: clojure, cuic, demo, repl, ui-testing
- Language: JavaScript
- Homepage:
- Size: 601 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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