The most straightforward way to run
With Maven you need to use the Surefire
plugin and the test command. (make sure that both the
specs2-junit and the
org.junit.platform.junit-platform-engine jars on your
classpath)
With Gradle the test
task will run your specification as a JUnit test suite.