This is the interview project to help you setup your environment.
Requirements:
- Mac OS X/Linux/Windows
- JDK 17 or newer
Make sure that you are able to execute tests using Gradle Wrapper first
$ ./gradlew testIt should output something like
BUILD SUCCESSFUL in 8s
3 actionable tasks: 3 executedThen you should import the project into your IDE of choice to make sure you are able to add and execute new tests freely.