Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 234 Bytes

#BDD JAX-RS Scala hands on

Start the server: sbt run or sbt ~re-start Run the unit tests: sbt test (or sbt ~test) Run the acceptance tests: sbt cucumber or sbt cucumber @wip if you want to just run the tests with @wip tag