Skip to content

teo-rakan/mentoring-program-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mentoring program task

Command line options:

Option Definition Default
-bu, --base_url base URL http://www.sho.com
-tp, --target_platform target platform (Windows, Mac, Android, IOS) system value (Windows or Mac)
-b, --browser browser name (only Chrome yet) Chrome
-s, --suite suite xml-file path (full, relative or file name from suite directory) /suite/desktop-smoke.xml

Maven build command:

mvn clean package

For testing with Desktop/Chrome:

java -jar target/test-project-1.0-v1/test-project.jar 

For testing with Android/Chrome:

java -jar target/test-project-1.0-v1/test-project.jar -tp android -s mobile-smoke.xml