-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMakefile
More file actions
19 lines (11 loc) · 1.15 KB
/
Makefile
File metadata and controls
19 lines (11 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
run_all_in_parallel:
make -j test_Windows_10_edge test_OX_X_10_11_firefox test_Windows_10_chrome
test_Windows_10_edge:
robot --variable platform:"Windows 10" --variable browserName:MicrosoftEdge --variable version:latest --variable ROBOT_BROWSER:edge --variable visual:false --variable network:false --variable console:false --log NONE --report NONE --output NONE Tests/sample_test.robot
test_OX_X_10_11_firefox:
robot --variable platform:"macOS Sonoma" --variable browserName:firefox --variable version:latest --variable ROBOT_BROWSER:firefox --variable visual:false --variable network:false --variable console:false --log NONE --report NONE --output NONE Tests/sample_test.robot
test_Windows_10_chrome:
robot --variable platform:"Windows 10" --variable browserName:chrome --variable version:latest --variable ROBOT_BROWSER:chrome --variable visual:false --variable network:false --variable console:false --log NONE --report NONE --output NONE Tests/sample_test.robot
# AutoHeal Tests
autoheal_test_chrome:
robot --variable platform:"Windows 10" --variable browserName:chrome --variable version:latest --variable ROBOT_BROWSER:chrome Tests/autoheal_test.robot