This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
magellan.json
83 lines (83 loc) · 1.98 KB
/
magellan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"framework": "testarmada-magellan-nightwatch-plugin",
"executors": [
"testarmada-magellan-local-executor",
"testarmada-magellan-saucelabs-executor"
],
"reporters": [
"testarmada-bloop"
],
"strategy_bail": "testarmada-magellan-early-bail-strategy",
"profiles": {
"seleniumgrid": [
{
"browser": "chrome",
"resolution": "1280x960",
"executor": "seleniumgrid"
}
],
"all": [
{
"browser": "chrome_latest_Windows_10_Desktop",
"resolution": "1280x960"
},
{
"browser": "chrome_latest_OS_X_10_12_Desktop",
"resolution": "1280x960"
},
{
"browser": "firefox_latest_Windows_10_Desktop",
"resolution": "1280x1024"
},
{
"browser": "firefox_latest_OS_X_10_12_Desktop"
},
{
"browser": "firefox_beta_Windows_10_Desktop",
"resolution": "1280x1024"
},
{
"browser": "IE_11_Windows_10_Desktop",
"resolution": "1280x1024"
},
{
"browser": "IE_10_Windows_2012_Desktop",
"resolution": "1280x1024"
},
{
"browser": "IE_9_Windows_2008_Desktop",
"resolution": "1280x1024"
},
{
"browser": "IE_8_Windows_2008_Desktop",
"resolution": "1280x1024"
},
{
"browser": "microsoftedge_15_Windows_10_Desktop",
"resolution": "1280x1024"
},
{
"browser": "safari_10_OS_X_10_12_Desktop"
},
{
"browser": "safari_9_OS_X_10_11_Desktop"
},
{
"browser": "safari_7_OS_X_10_9_Desktop"
}
],
"appium-ios-app": [
{
"browser": "iphone_10_0_iOS_iPhone_7_Simulator",
"orientation": "portrait",
"appium": {
"app": "sauce-storage:Walmart_app.zip",
"appiumVersion": "1.6.4",
"automationName": "xcuitest",
"sendKeyStrategy": "setValue",
"waitForAppScript": "true"
}
}
]
}
}