Prerequisites
There are a few prerequisites before starting. Some of them may require admin access to your computer.
Software | Link | Description |
---|---|---|
Java 11+ | jdk.java.net | Any Java Development Kit version 11 or higher will work |
Maven | maven.apache.org/install.html | Maven is a build tool for Java projects that we use to initiate all the test runtime |
Docker | docker.io/get-started | Docker is the platform on which runs the testing farm. |
Docker-compose | docs.docker.com/compose/install | Compose is a tool for defining and running multi-container Docker applications. |
Git | git-scm.com/downloads | Git will allow you to easier download a starter test |
IDE | jetbrains.com/idea/download | Any integrated development environment - the link provided is fo IntelliJ, the community edition is sufficient |
Note: IDE usually offer installing many tools for you such as various Java Development Kit versions, Maven, Git and more. So you coud probably start with that one.