Skip to content

when to use ForAllTestContainer over TestContainersForAll  #271

Description

@dzanot

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions