Introduction
ScalaTest is one of the most popular and oldest testing libraries in Scala. As a result, it is used by a huge majority of the Scala codebase.
Other popular testing frameworks are MUnit, uTest and so on.
In this blog, I would like to take...