Installing ZIO Test
In order to use ZIO Test, we need to add the required configuration in our SBT settings:
libraryDependencies ++= Seq(
"dev.zio" %% "zio-test" % "2.0.10" % Test,
"dev.zio" %% "zio-test-sbt" % "2.0.10" % Test,
"dev.zio" %% "zio-test-magnolia" % "2.0.10" % Test
)
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")