Trendyol / jest-testcontainers

Jest preset for running docker containers with your tests
MIT License
122 stars 16 forks source link

upgrade to testcontainers with ryuk #16

Closed Yengas closed 3 years ago

Yengas commented 3 years ago

Motivation

We should upgrade to a later version of testcontainers that support ryuk for container cleanup. See #15

Testcontainers Ryuk will keep track of containers started by a specific label, and clean them up in case it loses its connection to the process that started the test containers.

This will solve zombie container issues in case the process stops before we can

Test