calabash / calabash-ios-server

An embedded HTTP server for performing queries and test automation
Other
87 stars 82 forks source link

Test: force xcpretty to write build/reports/junit.xml #404

Closed jmoody closed 7 years ago

jmoody commented 7 years ago

Motivation

Completes:

Ultimately the problem is that XCTest is not generating any test output to stdout so xcpretty cannot create a report. I confirmed the same thing is happening in DeviceAgent.

We will have to rely on the success/failure of the xcrun xcodebuild test process.

Updated the Jenkins jobs accordingly.