testcontainers / testcontainers-scala

Docker containers for testing in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reuse container between test suits

davidZal1992 opened this issue · comments

Hello, I have a few containers running and I don't want to rerun the containers during test suits to speed up my tests.
There is a way to reuse the containers over the all-suite tests?