Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 365 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 365 Bytes

How to run test:

  • You must have installed TrueAutomation client

  • Init project use trueautomation init command

  • Run test

mvn -Dtest=TestWithInitialLocator test

Run test without initial locator(use only after run test with initial locators or if you pick elements with Element Picker)

mvn -Dtest=TestWithoutInitialLocator test