We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbc66e commit 516623aCopy full SHA for 516623a
sample/Tests/test/test_ios.py
@@ -26,9 +26,10 @@ class TestBase(unittest.TestCase):
26
def setUpClass(cls):
27
# https://appium.github.io/appium-xcuitest-driver/latest/preparation/real-device-config/
28
options = XCUITestOptions()
29
- options.app = "./Payload.ipa"
+ # options.app = "./Payload.ipa"
30
+ options.app = "com.immutable.Immutable-Sample-GameSDK"
31
options.show_xcode_log = True
- options.xcode_org_id = "54XMLXPF98" # Replace with Apple Team ID
32
+ # options.xcode_org_id = "54XMLXPF98" # Replace with Apple Team ID
33
options.auto_accept_alerts = True
34
35
cls.appium_driver = webdriver.Remote('https://hub-cloud.browserstack.com/wd/hub/', options=options)
0 commit comments