Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 280 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 280 Bytes

git clone https://github.com/Priytam/auto.git cd auto/exampleApp ../gradlew build cd build/libs java -jar .jar

or

Find Runner class in auto/exampleApp and run main method

or in ide

Find any test in package com.auto.example.tests and right click run