Skip to content

Commit

Permalink
Explicitly launch the simulator before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Oct 14, 2016
1 parent f5c8288 commit 8376422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:

test:
override:
- open -b com.apple.iphonesimulator
- scan --destination "platform=OS X" --custom_report_file_name "test-results-macOS.xml"
- scan --destination "platform=iOS Simulator,name=iPhone 5s" --custom_report_file_name "test-results-iOS.xml"
- scan --destination "platform=tvOS Simulator,name=Apple TV 1080p" --custom_report_file_name "test-results-tvOS.xml"

0 comments on commit 8376422

Please sign in to comment.