testcontainers / testcontainers-scala

Docker containers for testing in scala
MIT License
625 stars 127 forks source link

SBT Plugin #147

Open er1c opened 3 years ago

er1c commented 3 years ago

I would like to use this like an SBT plugin, similar to: https://github.com/geekity/sbt-embedded-postgres

This would allow for using typesafe-config type of setups and using random local ports/etc as part of the sbt-test

dfurmans commented 1 month ago

@er1c Could you please describe better the usage. What kind of functionality would you expected. How would you like to provision dependencies to system run and check ? Thanks