Testing cases on the automation practice with gradle, TestNG and selenium.
A funtional chromedriver installed conmpatible with your chrome version
./gradlew test --tests '*Test'
Reports can be found under ./build/report/tests/test/index.html
after executing the tests.