Automated testing web application by using Java, Selenide This is an example of using Selenide test framework. Pre-requites Install Java 8 or above Install Maven Install dependencies CD to the project folder Open CMD/terminal then type ./mvnw install Run test and view result Type ./mvnw clean test to run test The test result locates in the test-output folder