-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
correctly running unit tests displays "All 0 tests were successful" #430
Comments
Can you try the latest 0.20.0 hat I have released today. I wanted to release this version a long time ago because it fixes some compatibility issues with Xcode 11.4+. It should also fix the issue the the unit tests results are not found. |
I was unable to run with 0.20.0. I go this error: |
Do we really need pegdown for anything than building documentation? Seems like I shouldn't need to to run a build. |
Can you apply the plugin with following code in your
The problem is that the gradle maven repo does not know pegdown. Pegdown is uses for release notes, and I will create an issue to get rid of it in the next release. Update: see #431 |
Ok. That works. Looks like there are some extra logging statements that need to be cleaned up:
Run tests for: iPhone X/iOS Simulator/13.5
BUILD SUCCESSFUL in 6m 58s I ran with no --info or --debug |
This appears to be an issue with Xcode 11. I have 11.5 and 0.19.1 version of the plugin but the files the testResultsParser is looking for are not there. I have been trying to get my code coverage updated using the xccov and noticed this message. My build works just fine, it just can't find the results.
ls build/derivedData/Logs/Test
LogStoreManifest.plist Test-SASCollector-2020.06.01_14-11-54--0400.xcresult
and the xcresult directory contains a lot of files with base64 style file names. the code in the plugin appears to be looking for this pattern:
'*TestSummaries.plist .xcresult/_Test/action_TestSummaries.plist'
The text was updated successfully, but these errors were encountered: