Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 389 Bytes

README.MD

File metadata and controls

16 lines (9 loc) · 389 Bytes

Java Web UI Automation framework example

Pre-requisites

In order to use this framework, you need JDK8+ and allure2. To install allure2 see the following instructions here and here.

Usage

To execute tests run

mvn clean test

To generate a report run

allure serve allure-results