I use ScalaTest to test a BDD application.
The function BeforeAndAfterAllallows you to run the installation before running tests in a specific function.
But I need to run the setup before running any of the tests.
What is the easiest way to achieve this?
source
share