We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make test-many
1 parent f52c9bb commit 3b1a57eCopy full SHA for 3b1a57e
Makefile
@@ -4,6 +4,12 @@ test:
4
xcodebuild test -workspace Example\ Apps/ExampleSwiftApp-iOS/ExampleSwiftApp-iOS.xcworkspace -scheme ExampleSwiftApp-iOS \
5
-destination 'platform=iOS Simulator,name=iPhone 8'
6
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
+
13
test-circle-ci:
14
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
15
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1' \
0 commit comments