You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test containers library has recently added support for withReuse(true), which makes test startup faster, unfortunately I can't find any way to enable this option in this library.
The text was updated successfully, but these errors were encountered:
It should already be possible to enable this option using a container customizer. Just add a bean implementing io.zonky.test.db.provider.postgres.PostgreSQLContainerCustomizer, io.zonky.test.db.provider.mssql.MSSQLServerContainerCustomizer, io.zonky.test.db.provider.mysql.MySQLContainerCustomizer or io.zonky.test.db.provider.mariadb.MariaDBContainerCustomizer based on the database you are currently using.
Test containers library has recently added support for
withReuse(true)
, which makes test startup faster, unfortunately I can't find any way to enable this option in this library.The text was updated successfully, but these errors were encountered: