Harden test harness and UI suite
This commit is contained in:
@@ -63,7 +63,7 @@ Do not add one-off test-only branching logic unless it removes a real flake.
|
||||
xcodebuild test-without-building \
|
||||
-project SportsTime.xcodeproj \
|
||||
-scheme SportsTime \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 17,OS=latest' \
|
||||
-parallel-testing-enabled NO \
|
||||
-only-testing:SportsTimeUITests/TripWizardFlowTests/testF026_DateRangeSelection
|
||||
```
|
||||
@@ -74,7 +74,7 @@ xcodebuild test-without-building \
|
||||
xcodebuild test-without-building \
|
||||
-project SportsTime.xcodeproj \
|
||||
-scheme SportsTime \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 17,OS=latest' \
|
||||
-parallel-testing-enabled NO \
|
||||
-only-testing:SportsTimeUITests/TripOptionsTests
|
||||
```
|
||||
@@ -85,7 +85,7 @@ xcodebuild test-without-building \
|
||||
xcodebuild test-without-building \
|
||||
-project SportsTime.xcodeproj \
|
||||
-scheme SportsTime \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 17,OS=latest' \
|
||||
-parallel-testing-enabled NO \
|
||||
-only-testing:SportsTimeUITests
|
||||
```
|
||||
@@ -96,7 +96,7 @@ xcodebuild test-without-building \
|
||||
xcodebuild test-without-building \
|
||||
-project SportsTime.xcodeproj \
|
||||
-scheme SportsTime \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 17,OS=latest' \
|
||||
-parallel-testing-enabled NO
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user