testcontainers / testcontainers-scala

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

Reuse container between test suits #233

Open davidZal1992 opened 2 years ago

davidZal1992 commented 2 years ago

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?

vijaykramesh commented 1 year ago

Similar to https://www.testcontainers.org/features/reuse/