We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa84a18 commit b1b1145Copy full SHA for b1b1145
scripts/ci.sh
@@ -15,7 +15,7 @@ fi
15
rm -rf ${PWD}/build
16
17
# Run KIF tests (linking KIF as a Static Library)
18
-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:KIF\ Tests/AccessibilityIdentifierPullToRefreshTests -only-testing:KIF\ Tests/LandscapeTests | xcpretty -c
19
20
if [ $RUN_EXTRA_VALIDATIONS != "true" ]; then
21
exit 0
0 commit comments