Skip to content

Commit 516623a

Browse files
committed
test: update ios ui test set up
1 parent 3fbc66e commit 516623a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sample/Tests/test/test_ios.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ class TestBase(unittest.TestCase):
2626
def setUpClass(cls):
2727
# https://appium.github.io/appium-xcuitest-driver/latest/preparation/real-device-config/
2828
options = XCUITestOptions()
29-
options.app = "./Payload.ipa"
29+
# options.app = "./Payload.ipa"
30+
options.app = "com.immutable.Immutable-Sample-GameSDK"
3031
options.show_xcode_log = True
31-
options.xcode_org_id = "54XMLXPF98" # Replace with Apple Team ID
32+
# options.xcode_org_id = "54XMLXPF98" # Replace with Apple Team ID
3233
options.auto_accept_alerts = True
3334

3435
cls.appium_driver = webdriver.Remote('https://hub-cloud.browserstack.com/wd/hub/', options=options)

0 commit comments

Comments
 (0)