Before run the test Cases you need to have on your pc/ws docker, jdk 1.8, maven run install JDK 1.8 on your pc/workstation and check if it's avalable in some cases you need to download and setup
JAVA_HOME environment variable point to your jdk version
export JAVA_HOME=/usr/bin
Add PATH for running maven to your command line
export PATH=/tmp/maven:$PATH
export JAVA_HOME=/path/to/jdk
echo $JAVA_HOME
export PATH=$PATH:/maven-dir
mvn
Before start run tests you need to install Docke and runr on your PC/workstation to be able to run Selenium tests
docker info
mvn clean package
mvn test -Dtest=CheckWebPortal#testCase1
mvn test -Dtest=CheckWebPortal#testCase2
mvn test -Dtest=CheckWebPortal#testCase3
this option disabled
mvn test -Dtest=CheckRestApi#testCase4_1
mvn test -Dtest=CheckRestApi#testCase4_2