- Install Java SDK
- Maven from https://maven.apache.org/install.html
- Execute command from Project folder: "mvn clean install"
Execute command from Project folder
Run all tests: "mvn clean test"
Run desired classes: mvn clean test -Dtest=Class1,Class2
Run desired groups: mvn clean test -Dgroup=groupName
Run desired tags or suites: mvn clean test -Dsuites=tag (tag name or expression see: JUnit 5 guide)