Skip to content

Commit

Permalink
test: switch to ios 18 and iphone 16 pro max
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Oct 8, 2024
1 parent e1f3d87 commit e5d1967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm run build:cap

- name: 🔨 Build app for iOS simulator
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator17.5 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator18.0 CODE_SIGN_INDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

- name: 📱 Start appium
run: appium &
Expand All @@ -33,4 +33,4 @@ jobs:
run: open -a Simulator.app &

- name: 🏃🏼 Run tests for iOS simulator
run: npm run wdio:ios:15promax -- --spec ./tests/features/onboarding.feature
run: npm run wdio:ios:16promax -- --spec ./tests/features/onboarding.feature

0 comments on commit e5d1967

Please sign in to comment.