You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the xcparse attachments command, only .heic images are extracted from my xctest. The output folder also contains .png images and .json files which are not extracted.
Desktop (please complete the following information):
OS: macOS 13.2.1 build 22D68
xcparse version: 2.3.1
Swift version: 5.8.1
XCResult version: 3.39
Crash Report
The DiagnosticReports folder does not contain any xcparse reports.
To Reproduce
Steps to reproduce the behavior:
Create XCTestCase
Use XCTIssue with XCTAttachment to attach a PNG screenshot
Use XCTIssue with XCTAttachment to attach JSON data
Build test, find .xctest location
Run xcparse attachments /path/to/.xcresult /output/path with the right locations
Expected behavior
I expect to receive a folder with all attachments for the test. E.g. the same attachments as I can browse using the Xcode interface.
Additional context
The Xcode output directory looks like this:
Describe the bug
When using the
xcparse attachments
command, only.heic
images are extracted from my xctest. The output folder also contains.png
images and.json
files which are not extracted.Desktop (please complete the following information):
Crash Report
The
DiagnosticReports
folder does not contain any xcparse reports.To Reproduce
Steps to reproduce the behavior:
xcparse attachments /path/to/.xcresult /output/path
with the right locationsExpected behavior
I expect to receive a folder with all attachments for the test. E.g. the same attachments as I can browse using the Xcode interface.
Additional context
The Xcode output directory looks like this:
The xcparse output folder looks like this
The
.json
and.png
attachments are missing.The
.heic
screenshots are automatically taken by Xcode.The text was updated successfully, but these errors were encountered: