diff --git a/scripts/testPrebidDemo.sh b/scripts/testPrebidDemo.sh index 8b9f9c253..d1fe8efee 100755 --- a/scripts/testPrebidDemo.sh +++ b/scripts/testPrebidDemo.sh @@ -25,7 +25,7 @@ else SCHEME="PrebidDemoTests" TEST="Integration" fi -xcodebuild test -workspace PrebidMobile.xcworkspace -scheme $SCHEME -test-iterations 2 -retry-tests-on-failure -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=latest' | xcpretty -f `xcpretty-travis-formatter` --color --test +xcodebuild test -workspace PrebidMobile.xcworkspace -scheme $SCHEME -test-iterations 2 -retry-tests-on-failure -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' | xcpretty -f `xcpretty-travis-formatter` --color --test if [[ ${PIPESTATUS[0]} == 0 ]]; then echo "✅ ${TEST} Tests Passed" diff --git a/scripts/testPrebidMobile.sh b/scripts/testPrebidMobile.sh index 86550a3a2..3e79d12d4 100755 --- a/scripts/testPrebidMobile.sh +++ b/scripts/testPrebidMobile.sh @@ -54,7 +54,7 @@ echo -e "\n${GREEN}Running PrebidMobile unit tests${NC} \n" xcodebuild test \ -workspace PrebidMobile.xcworkspace \ -scheme "PrebidMobileTests" \ - -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=latest' | xcpretty --color --test + -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' | xcpretty --color --test if [[ ${PIPESTATUS[0]} == 0 ]]; then echo "✅ PrebidMobile Unit Tests Passed" @@ -67,7 +67,7 @@ echo -e "\n${GREEN}Running PrebidMobileGAMEventHandlers unit tests${NC} \n" xcodebuild test \ -workspace PrebidMobile.xcworkspace \ -scheme "PrebidMobileGAMEventHandlersTests" \ - -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=latest' | xcpretty --color --test + -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' | xcpretty --color --test if [[ ${PIPESTATUS[0]} == 0 ]]; then echo "✅ PrebidMobileGAMEventHandlers Unit Tests Passed" @@ -77,7 +77,7 @@ else fi echo -e "\n${GREEN}Running PrebidMobileAdMobAdapters unit tests${NC} \n" -xcodebuild test -workspace PrebidMobile.xcworkspace -scheme "PrebidMobileAdMobAdaptersTests" -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=latest' | xcpretty -f `xcpretty-travis-formatter` --color --test +xcodebuild test -workspace PrebidMobile.xcworkspace -scheme "PrebidMobileAdMobAdaptersTests" -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' | xcpretty -f `xcpretty-travis-formatter` --color --test if [[ ${PIPESTATUS[0]} == 0 ]]; then echo "✅ PrebidMobileAdMobAdapters Unit Tests Passed" @@ -87,7 +87,7 @@ else fi echo -e "\n${GREEN}Running PrebidMobileMAXAdapters unit tests${NC} \n" -xcodebuild test -workspace PrebidMobile.xcworkspace -scheme "PrebidMobileMAXAdaptersTests" -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=latest' | xcpretty -f `xcpretty-travis-formatter` --color --test +xcodebuild test -workspace PrebidMobile.xcworkspace -scheme "PrebidMobileMAXAdaptersTests" -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' | xcpretty -f `xcpretty-travis-formatter` --color --test if [[ ${PIPESTATUS[0]} == 0 ]]; then echo "✅ PrebidMobileMAXAdapters Unit Tests Passed"