Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 227 Bytes

README.MD

File metadata and controls

8 lines (6 loc) · 227 Bytes

Launch Project

To launch demo test use command: ./gradlew cleanTest test

Allure Results

After test execution launch: allure serve build/allure-results/

Code Style Check

Execute: ./gradlew spotlessApply