February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this section, you will learn how to unit test Lagom Framework's microservices, using Akka Toolkit's Testing modules.
Lagom Framework provides the following two testing modules to unit test our Reactive microservices or Reactive web applications:
We will refer to the lagom-scala-hello-service project available under this chapter folder in the GitHub repository.
Perform the following steps to unit test the lagom-scala-hello-service components:
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.4.0-M3")
The preceding Lagom's SBT plugin pulls not only the required Lagom libraries to develop a Reactive ...
Read now
Unlock full access