From ec85f5f00505e920c78c29e1f96e08ddfd284b49 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Thu, 19 Sep 2024 16:27:33 -0700 Subject: [PATCH] DNM: Test a subset of KIF tests --- Scripts/ci.sh | 2 +- Tests/KIFTests-Info.plist | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Tests/KIFTests-Info.plist diff --git a/Scripts/ci.sh b/Scripts/ci.sh index 17387f100..45962d065 100755 --- a/Scripts/ci.sh +++ b/Scripts/ci.sh @@ -15,7 +15,7 @@ fi rm -rf ${PWD}/build # Run KIF Tests -env NSUnbufferedIO=YES xcodebuild test -project KIF.xcodeproj -scheme KIF -derivedDataPath=${PWD}/build/KIF -destination "platform=iOS Simulator,${SIMULATOR}" | xcpretty -c +env NSUnbufferedIO=YES xcodebuild test -project KIF.xcodeproj -scheme KIF -derivedDataPath=${PWD}/build/KIF -destination "platform=iOS Simulator,${SIMULATOR}" "-only-testing:Tests/AccessibilityIdentifierPullToRefreshTests" | xcpretty -c if [ $RUN_EXTRA_VALIDATIONS != "true" ]; then exit 0 diff --git a/Tests/KIFTests-Info.plist b/Tests/KIFTests-Info.plist new file mode 100644 index 000000000..169b6f710 --- /dev/null +++ b/Tests/KIFTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + +