Skip to content

Commit ca1b070

Browse files
authored
update grid environments (#818)
1 parent 14d1835 commit ca1b070

7 files changed

+5
-5
lines changed

grid/appium.txt.ios.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[caps]
22
platformName = "ios"
3-
platformVersion = "10.3"
3+
platformVersion = "11.4"
44
deviceName ="iPhone Simulator"
55
automationName = 'XCUITest'
66
app = "/absolute/path/to/UICatalog.app"

grid/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[
44
{
55
"browserName": "iPhone Simulator",
6-
"version":"9.0",
7-
"platform":"MAC",
6+
"version":"11.4",
7+
"platform":"ios",
88
"maxInstances": 1
99
}
1010
],

grid/hub_config_3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
{
55
"browserName": "iPhone Simulator",
6-
"version":"9.0",
6+
"version":"11.4",
77
"maxInstances": 1,
88
"seleniumProtocol": "WebDriver"
99
}

ios_tests/appium.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[caps]
22
platformName = "ios"
3-
platformVersion = "10.3"
3+
platformVersion = "11.4"
44
deviceName ="iPhone Simulator"
55
automationName = 'XCUITest'
66
app = "../test_apps/UICatalog.app"

0 commit comments

Comments
 (0)