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
I see in the docs it's recommended to use the scalatest namespaced TestContainersForAll.
I didn't realize this existed and my team universally uses ForAllTestContainer.
Is ForAllTestContainer even meant to be used? I looked at the source differences and besides the multiple containers part the code is very similar.
I had some nondeterministic timing issues with containers failing on startup that was fixed by a move to munit.TestContainersForAll but now I'm wondering if I could have gotten away with just using scalatest.TestContainersForAll
The text was updated successfully, but these errors were encountered:
I see in the docs it's recommended to use the
scalatest
namespacedTestContainersForAll
.I didn't realize this existed and my team universally uses
ForAllTestContainer
.Is
ForAllTestContainer
even meant to be used? I looked at the source differences and besides the multiple containers part the code is very similar.I had some nondeterministic timing issues with containers failing on startup that was fixed by a move to
munit.TestContainersForAll
but now I'm wondering if I could have gotten away with just usingscalatest.TestContainersForAll
The text was updated successfully, but these errors were encountered: