Skip to content
mdr edited this page Oct 22, 2014 · 1 revision

Requirements:

Setup after clone:

bower install
activator run

View website (http://localhost:9000)

Run tests:

sbt test

Exclude all the slow integration tests:

sbt "test-only * -- -l com.thetestpeople.trt.tags.SlowTest"

Clone this wiki locally