Skip to content

Commit eeae193

Browse files
committed
Config file added and run test case device destination updated
1 parent 34f35d6 commit eeae193

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Scripts/run-test-cases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ xcodebuild \
3838
-scheme "Contentstack iOS" \
3939
-enableCodeCoverage YES \
4040
test \
41-
-destination "OS=15.5,name=iPhone 13" \
41+
-destination "OS=16.0,name=iPhone 14" \
4242
-resultBundlePath "$TEST_BUNDLE_PATH/$FILE_NAME-iOS.xcresult" \
4343
| xcpretty \
4444
--color \

Tests/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}

0 commit comments

Comments
 (0)