Skip to main content

Prerequisites

There are a few prerequisites before starting. Some of them may require admin access to your computer.

SoftwareLinkDescription
Java 11+jdk.java.netAny Java Development Kit version 11 or higher will work
Mavenmaven.apache.org/install.htmlMaven is a build tool for Java projects that we use to initiate all the test runtime
Dockerdocker.io/get-startedDocker is the platform on which runs the testing farm.
Docker-composedocs.docker.com/compose/installCompose is a tool for defining and running multi-container Docker applications.
Gitgit-scm.com/downloadsGit will allow you to easier download a starter test
IDEjetbrains.com/idea/downloadAny 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.