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
We are ready for contributions and could help you with this.
A few points I want you to have in mind:
New API approach (from the current scalatest integration) will be more friendly for the weaver.
It looks like the weaver can share resources across suites. It's a great feature for the testcontainers. Scalatest doesn't have a normal way of sharing containers across suites, which is unfortunate. It would be cool if you could use this feature in your integration layer.
Based on quick experimentation, it looks like the following snippet is all you need - it doesn't even need anything Weaver-specific, just a resource of a running container:
support of weaver test framework
this framework works best when a tested code is based on cats effect.
i'm keen to contribute
The text was updated successfully, but these errors were encountered: