-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
14 lines (10 loc) · 1.79 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
run_all_in_parallel:
make -j test_Driver_Dash_Android_Samsung_Galaxy_S22_5G test_Driver_Dash_iOS_iPhone_13 test_Driver_Dash_Android_Pixel_7
test_Driver_Dash_Android_Samsung_Galaxy_S22_5G:
robot --variable version:12 --variable platformName:Android --variable deviceName:"Galaxy S22 5G" --variable isRealMobile:true --variable visual:false --variable network:false --variable console:false --report None --output reports/DriverDash/Android/DriveDash_samsung_output.xml --log reports/DriverDash/Android/DriverDash_samsung_log.html --exclude db DriverDash/tests/Android/DriverDash.robot
test_Driver_Dash_Android_Pixel_7:
robot --variable version:12 --variable platformName:Android --variable deviceName:"Pixel 6" --variable isRealMobile:true --variable visual:false --variable network:false --variable console:false --report None --output reports/DriverDash/Android/DriveDash_pixel_output.xml --log reports/DriverDash/Android/DriverDash_pixel_log.html --exclude db DriverDash/tests/Android/DriverDash.robot
test_Driver_Dash_iOS_iPhone_13:
robot --variable version:16 --variable platformName:iOS --variable deviceName:"iPhone 13" --variable isRealMobile:true --variable visual:false --variable network:false --variable console:false --report None --output reports/DriverDash/iOS/DriveDash_iphone_13_output.xml --log reports/DriverDash/iOS/DriverDash_iphone_13_log.html --exclude db DriverDash/tests/iOS/DriverDash.robot
test_Driver_Dash_iOS_iPad:
robot --variable version:16 --variable platformName:iOS --variable deviceName:"iPad 10.9 (2022)" --variable isRealMobile:true --variable visual:false --variable network:false --variable console:false --report None --output reports/DriverDash/iOS/DriveDash_ipad_output.xml --log reports/DriverDash/iOS/DriverDash_ipad_log.html --exclude db DriverDash/tests/iOS/DriverDash.robot