Skip to content

Instantly share code, notes, and snippets.

@dpgraham
Created June 4, 2018 23:02
Show Gist options
  • Save dpgraham/226d350edab528c19ff458a1d3f779f7 to your computer and use it in GitHub Desktop.
Save dpgraham/226d350edab528c19ff458a1d3f779f7 to your computer and use it in GitHub Desktop.
iPhone X - IOS 11: XCUITest Results
146 passing (52m)
21 pending
19 failing
1) XCUITestDriver - gestures dynamic gestures special actions should open the control center by swiping up at the bottom:
Error: [elementByAccessibilityId("ControlCenterView")] Error response status: 7, , NoSuchElement - An element could not be located on the page using the given search parameters. Selenium error: An element could not be located on the page using the given search parameters.
at exports.newError (node_modules/wd/lib/utils.js:148:13)
at node_modules/wd/lib/callbacks.js:94:19
at node_modules/wd/lib/webdriver.js:185:5
at Request._callback (node_modules/wd/lib/http-utils.js:89:7)
at Request.self.callback (node_modules/wd/node_modules/request/request.js:186:22)
at Request.<anonymous> (node_modules/wd/node_modules/request/request.js:1163:10)
at IncomingMessage.<anonymous> (node_modules/wd/node_modules/request/request.js:1085:12)
at endReadableNT (_stream_readable.js:1086:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
2) touchID() touchID enrollment functional tests applied to TouchId sample app should not support touchID if not enrolled:
Error: [toggleTouchIdEnrollment(false)] Error response status: 13, , UnknownError - An unknown server-side error occurred while processing the command. Selenium error: An unknown server-side error occurred while processing the command. Original error: Make sure Simulator UI is running and the parent Appium application (e. g. Appium.app or Terminal.app) is present in System Preferences > Security & Privacy > Privacy > Accessibility list. Original error: Command 'osascript -e '
tell application "System Events"
tell process "Simulator"
set frontmost to false
set frontmost to true
click (menu item 1 where (its name contains "iPhone X -" and its name contains "11.4")) of menu 1 of menu bar item "Window" of menu bar 1
end tell
end tell
tell application "System Events"
tell process "Simulator"
set dstMenuItem to menu item "Enrolled" of menu 1 of menu item "Touch ID" of menu 1 of menu bar item "Hardware" of menu bar 1
set isChecked to (value of attribute "AXMenuItemMarkChar" of dstMenuItem) is "✓"
if not isChecked then
click dstMenuItem
end if
end tell
end tell
'' exited with code 1
at exports.newError (node_modules/wd/lib/utils.js:148:13)
at node_modules/wd/lib/callbacks.js:94:19
at node_modules/wd/lib/webdriver.js:185:5
at Request._callback (node_modules/wd/lib/http-utils.js:89:7)
at Request.self.callback (node_modules/wd/node_modules/request/request.js:186:22)
at Request.<anonymous> (node_modules/wd/node_modules/request/request.js:1163:10)
at IncomingMessage.<anonymous> (node_modules/wd/node_modules/request/request.js:1085:12)
at endReadableNT (_stream_readable.js:1086:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
3) touchID() touchID enrollment functional tests applied to TouchId sample app should accept matching fingerprint if touchID is enrolled or it should not be supported if phone doesn't support touchID:
Error: [toggleTouchIdEnrollment(true)] Error response status: 13, , UnknownError - An unknown server-side error occurred while processing the command. Selenium error: An unknown server-side error occurred while processing the command. Original error: Make sure Simulator UI is running and the parent Appium application (e. g. Appium.app or Terminal.app) is present in System Preferences > Security & Privacy > Privacy > Accessibility list. Original error: Command 'osascript -e '
tell application "System Events"
tell process "Simulator"
set frontmost to false
set frontmost to true
click (menu item 1 where (its name contains "iPhone X -" and its name contains "11.4")) of menu 1 of menu bar item "Window" of menu bar 1
end tell
end tell
tell application "System Events"
tell process "Simulator"
set dstMenuItem to menu item "Enrolled" of menu 1 of menu item "Touch ID" of menu 1 of menu bar item "Hardware" of menu bar 1
set isChecked to (value of attribute "AXMenuItemMarkChar" of dstMenuItem) is "✓"
if not isChecked then
click dstMenuItem
end if
end tell
end tell
'' exited with code 1
at exports.newError (node_modules/wd/lib/utils.js:148:13)
at node_modules/wd/lib/callbacks.js:94:19
at node_modules/wd/lib/webdriver.js:185:5
at Request._callback (node_modules/wd/lib/http-utils.js:89:7)
at Request.self.callback (node_modules/wd/node_modules/request/request.js:186:22)
at Request.<anonymous> (node_modules/wd/node_modules/request/request.js:1163:10)
at IncomingMessage.<anonymous> (node_modules/wd/node_modules/request/request.js:1085:12)
at endReadableNT (_stream_readable.js:1086:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
4) touchID() touchID enrollment functional tests applied to TouchId sample app should reject not matching fingerprint if touchID is enrolled or it should not be supported if phone doesn't support touchID:
Error: [toggleTouchIdEnrollment(true)] Error response status: 13, , UnknownError - An unknown server-side error occurred while processing the command. Selenium error: An unknown server-side error occurred while processing the command. Original error: Make sure Simulator UI is running and the parent Appium application (e. g. Appium.app or Terminal.app) is present in System Preferences > Security & Privacy > Privacy > Accessibility list. Original error: Command 'osascript -e '
tell application "System Events"
tell process "Simulator"
set frontmost to false
set frontmost to true
click (menu item 1 where (its name contains "iPhone X -" and its name contains "11.4")) of menu 1 of menu bar item "Window" of menu bar 1
end tell
end tell
tell application "System Events"
tell process "Simulator"
set dstMenuItem to menu item "Enrolled" of menu 1 of menu item "Touch ID" of menu 1 of menu bar item "Hardware" of menu bar 1
set isChecked to (value of attribute "AXMenuItemMarkChar" of dstMenuItem) is "✓"
if not isChecked then
click dstMenuItem
end if
end tell
end tell
'' exited with code 1
at exports.newError (node_modules/wd/lib/utils.js:148:13)
at node_modules/wd/lib/callbacks.js:94:19
at node_modules/wd/lib/webdriver.js:185:5
at Request._callback (node_modules/wd/lib/http-utils.js:89:7)
at Request.self.callback (node_modules/wd/node_modules/request/request.js:186:22)
at Request.<anonymous> (node_modules/wd/node_modules/request/request.js:1163:10)
at IncomingMessage.<anonymous> (node_modules/wd/node_modules/request/request.js:1085:12)
at endReadableNT (_stream_readable.js:1086:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
5) touchID() touchID enrollment functional tests applied to TouchId sample app should enroll touchID and accept matching fingerprints then unenroll touchID and not be supported:
Error: [toggleTouchIdEnrollment(false)] Error response status: 13, , UnknownError - An unknown server-side error occurred while processing the command. Selenium error: An unknown server-side error occurred while processing the command. Original error: Make sure Simulator UI is running and the parent Appium application (e. g. Appium.app or Terminal.app) is present in System Preferences > Security & Privacy > Privacy > Accessibility list. Original error: Command 'osascript -e '
tell application "System Events"
tell process "Simulator"
set frontmost to false
set frontmost to true
click (menu item 1 where (its name contains "iPhone X -" and its name contains "11.4")) of menu 1 of menu bar item "Window" of menu bar 1
end tell
end tell
tell application "System Events"
tell process "Simulator"
set dstMenuItem to menu item "Enrolled" of menu 1 of menu item "Touch ID" of menu 1 of menu bar item "Hardware" of menu bar 1
set isChecked to (value of attribute "AXMenuItemMarkChar" of dstMenuItem) is "✓"
if not isChecked then
click dstMenuItem
end if
end tell
end tell
'' exited with code 1
at exports.newError (node_modules/wd/lib/utils.js:148:13)
at node_modules/wd/lib/callbacks.js:94:19
at node_modules/wd/lib/webdriver.js:185:5
at Request._callback (node_modules/wd/lib/http-utils.js:89:7)
at Request.self.callback (node_modules/wd/node_modules/request/request.js:186:22)
at Request.<anonymous> (node_modules/wd/node_modules/request/request.js:1163:10)
at IncomingMessage.<anonymous> (node_modules/wd/node_modules/request/request.js:1085:12)
at endReadableNT (_stream_readable.js:1086:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
6) safari - alerts "before all" hook: callee$1$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
7) Safari init should start a session with default init:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
8) Safari init should start a session with custom init:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
9) Safari basics "before all" hook: callee$2$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
10) Safari safariIgnoreFraudWarning false "before each" hook: callee$3$0 for "should display a phishing warning":
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
11) Safari safariIgnoreFraudWarning true "before each" hook: callee$3$0 for "should not display a phishing warning":
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
12) safari - cookies "before all" hook: callee$1$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
13) safari - execute - http "before all" hook: callee$2$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
14) safari - execute - https "before all" hook: callee$2$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
15) Safari coordinate conversion - iPad Simulator - "before all" hook: callee$3$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
16) Safari coordinate conversion - iPhone 6 - "before all" hook: callee$3$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
17) Safari SSL should open pages with untrusted certs if the cert was provided in desired capabilities:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
18) safari - windows and frames - without safariAllowPopups "before all" hook: callee$1$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
19) safari - windows and frames "before all" hook: callee$1$0:
Error: listen EADDRINUSE 127.0.0.1:4994
at Server.setupListenHandle [as _listen2] (net.js:1330:14)
at listenInCluster (net.js:1378:12)
at GetAddrInfoReqWrap.doListen (net.js:1491:7)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:55:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment