OCUnit2JUnit icon indicating copy to clipboard operation
OCUnit2JUnit copied to clipboard

xml file not getting generated

Open mahavrani opened this issue 5 years ago • 0 comments

Have given below command xcodebuild -workspace Sample.xcworkspace -scheme "SampleUITestsShared" -derivedDataPath Build/ -destination 'platform=iOS Simulator,OS=12.4,name=iPhone Xs' -enableCodeCoverage YES clean build test | ocunit2junit

test-reports folder got generated but xml file is not there

Xcode version is 10.3

All my test cases passed and in terminal Xcode output is shown and xcovreport got generated.

mahavrani avatar Aug 28 '19 17:08 mahavrani