diff --git a/.github/workflows/browerstack.yml b/.github/workflows/browerstack.yml index 1e171b3fc..ed9be9dc0 100644 --- a/.github/workflows/browerstack.yml +++ b/.github/workflows/browerstack.yml @@ -2,9 +2,9 @@ name: BrowserStack CI on: push: - branches: [ main ] + branches: [ ios-migrate ] pull_request: - branches: [ main ] + branches: [ ios-migrate ] env: GOPRIVATE: github.com/getlantern @@ -97,6 +97,7 @@ jobs: response_ios=$(curl -u "$BROWSERSTACK_USERNAME:$BROWSERSTACK_ACCESS_KEY" \ -X POST "https://api-cloud.browserstack.com/app-automate/upload" \ -F "file=@$BROWSERSTACK_IOS_APP_PATH" \ + -F "ios_keychain_support=true" \ -F "custom_id=LanternAppIOS") # Custom ID for the iOS app app_url_ios=$(echo $response_ios | jq -r .app_url) echo "iOS app URL: $app_url_ios" diff --git a/appium_kotlin/app/src/test/resources/live/live_config.json b/appium_kotlin/app/src/test/resources/live/live_config.json index ddb5f6b30..700fc0895 100644 --- a/appium_kotlin/app/src/test/resources/live/live_config.json +++ b/appium_kotlin/app/src/test/resources/live/live_config.json @@ -26,9 +26,9 @@ "platformName": "Android" }, { - "appium:deviceName": "Google Pixel 7 Pro", - "platformVersion": "13.0", - "platformName": "Android" + "appium:deviceName": "iPhone 12 Pro Max", + "platformVersion": "16.0", + "platformName": "iOS" }, { "appium:deviceName": "Google Pixel 3 XL",