Run the following in the console:
./gradlew test
test command runs the JUnit 5 Gradle Plugin :junitPlatformTest task
which executes the test suite found in src/test/kotlin directory.
junitPlatformTest task depends on having an engine on the classpath.
For our example suite, we are using the Jupiter engine.