akka-http-testkit-munit allows you to test your akka-http routes with munit. It provides a MunitRouteTest
trait that
you can mix in with your test classes to test your routes.
akka-http-testkit-munit is published for Scala 2.13. To start using it add the following to your build.sbt
:
libraryDependencies += "nl.gn0s1s" %% "akka-http-testkit-munit" % "0.0.1"
akka-http-testkit, akka-stream-testkit and munit also need to be added as dependencies to your project.
See the tests for an example.
The code is available under the Apache License, version 2.0.