Closed felipegutierrez closed 6 years ago
Hi @felipegutierrez,
This project uses slick code generation to create the mapping. So you first need to run sbt flyway/flywayMigrate
, then sbt slickCodegen
and only after that sbt test
. See our README for more details.
Hi, I was looking at the internet for some example with Slick + Play + Scala to use test unit. It is very hard to find and it is a pit that this one is not working yet. If you have some time to fix it, this will help me a lot to learn how to configure my play web app to execute unit test with slick also.
Thanks. Here are the errors when I execute
sbt test