Skip to content

Commit 3b1a57e

Browse files
committed
make test-many for tests across multiple iphone simulators
1 parent f52c9bb commit 3b1a57e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ test:
44
xcodebuild test -workspace Example\ Apps/ExampleSwiftApp-iOS/ExampleSwiftApp-iOS.xcworkspace -scheme ExampleSwiftApp-iOS \
55
-destination 'platform=iOS Simulator,name=iPhone 8'
66

7+
test-many:
8+
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
9+
-destination 'platform=iOS Simulator,name=iPhone 6' \
10+
-destination 'platform=iOS Simulator,name=iPhone 7' \
11+
-destination 'platform=iOS Simulator,name=iPhone 8'
12+
713
test-circle-ci:
814
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
915
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1' \

0 commit comments

Comments
 (0)