lundi 12 août 2019

Missing TestSummeries.plist file in DerivedData

I am running unit tests on iOS 13.0 device by using xcode 11 beta. After the test execution it should generate a testsummeries.plist file inside

/Users/YourUsername/Library/Developer/Xcode/DerivedData/XXX/Logs/Test/xxx.xcresult

for the corresponding test case.

But it is only generating data folder and info.plist file inside .xcresult.

So i am not able get my report of the test cases that i have executed

In Xcode 10 it was working properly and with each test run i was able to see my test status in testsummeries.plist file inside DerivedData folder.

1 - Do i need to configure something in xcode11 beta so that it will generate the same?

2 - Is there any other location where i can get the test case report?enter image description here

Actual content:

Actual

Expected content:

Expected

Aucun commentaire:

Enregistrer un commentaire