Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 356 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 356 Bytes

TVUniversity Coding Assignment

A coding assignment for web automation

Setup

Build Project:

From terminal run

./gradlew build

Run tests:

UI:
./gradlew runTests
UI on firefox:
./gradlew runTests -Dbrowser=firefox
Headless:
./gradlew runTests -Dtarget=headless