We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1826014 commit 2429294Copy full SHA for 2429294
detox/test/e2e/detox.config.js
@@ -99,7 +99,7 @@ const config = {
99
headless: Boolean(process.env.CI),
100
device: {
101
type: 'iPhone 15 Pro Max',
102
- os: '17.0.1'
+ os: '18.1'
103
},
104
105
scripts/ci.ios.sh
@@ -22,6 +22,8 @@ pushd detox/test
22
## After this command sims are available again
23
xcrun simctl list > /dev/null
24
25
+xcrun simctl create 'iPhone 15 Pro Max' 'iPhone 15 Pro Max' 'com.apple.CoreSimulator.SimRuntime.iOS-18-1'
26
+
27
run_f "npm run build:ios"
28
run_f "npm run e2e:ios"
29
cp coverage/lcov.info ../../coverage/e2e-ios-ci.lcov
0 commit comments