OCUnit2JUnit
OCUnit2JUnit copied to clipboard
xml file not getting generated
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.