1 min readMar 9, 2019
--
Yes it is.
sbt > dockerComposeUp
Open IDE, and run the test (in debug mode or so)
In CI (ex: bamboo), you can do things like
sbt dockerComposeDown dockerComposeUp it:test dockerComposeDown etc.
I have called a dockerComposeDown because in, case, some bad deployment happened before spinning up the containers in the same agent.