Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update external-integrations.md #743

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docs/integrations/external-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ title: External Integrations
Feel free to add your project to this list by submitting a pull request
[here](https://github.com/scalameta/munit/blob/main/docs/integrations/external-integrations.md).

- [munit-snapshot](https://github.com/lolgab/munit-snapshot): Snapshot testing for MUnit.
- [munit-cats-effect](https://github.com/typelevel/munit-cats-effect)
- [discipline-munit](https://github.com/typelevel/discipline-munit)
- [discipline-munit](https://github.com/typelevel/discipline-munit): MUnit binding for Typelevel Discipline
- [http4s-munit](https://github.com/alejandrohdezma/http4s-munit): Integration library between MUnit and http4s
- [munit-cats-effect](https://github.com/typelevel/munit-cats-effect): Integration library for MUnit & cats-effect
- [munit-snapshot](https://github.com/lolgab/munit-snapshot): Snapshot testing for MUnit
- [munit-zio](https://github.com/poslegm/munit-zio): MUnit and ZIO integration
- [pact4s](https://github.com/jbwheatley/pact4s): Consumer driven contract testing
- [sbt-scripted-munit](https://github.com/alejandrohdezma/sbt-scripted-munit): SBT plugin to enable using MUnit to test your SBT plugins
- [scala-hedgehog](https://github.com/hedgehogqa/scala-hedgehog): Release with confidence, state-of-the-art property testing for Scala
- [tapir-golden-openapi-munit](https://github.com/alejandrohdezma/tapir-golden-openapi-munit): Golden testing for Tapir endpoints using MUnit
- [testcontainers-scala](https://github.com/testcontainers/testcontainers-scala): Docker containers for testing in scala