xcparse icon indicating copy to clipboard operation
xcparse copied to clipboard

Command line tool & Swift framework for parsing Xcode 11+ xcresult

Results 26 xcparse issues
Sort by recently updated
recently updated
newest added

**Change Description:** Added macOS sample app to visualize the models contained in xcresult test reports. Also created several test plans with multiple configurations to generate different xcresult files for analysis....

[Mise](https://github.com/jdx/mise) is a modern and powerful development tool installer and version manager very similar to [asdf](https://github.com/asdf-vm/asdf). It would be really cool if you could add `xcparse` to its registry so...

bug

**Change Description:** Updated the readme for previously undocumented usage of `Expected Failure` for the `test-status` flag **Test Plan/Testing Performed:**

**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...

bug

**Change Description:** Added an option to divide attachments by target identifier. Using `--identifier` will export the attachments into folders named after the device identifier. This option takes precedence over `--model`...

**Describe the bug** `xcparse screenshots result.xcresult --activity-type testAssertionFailure` does not extract screenshot of failure **Desktop (please complete the following information):** - OS: ``` ProductName: macOS ProductVersion: 12.6.2 BuildVersion: 21G320 ```...

bug

**Change Description** Hi! First of all, thank you for building this library! It's been very useful for us in making screenshots available on Bitrise for our failing UI tests. However,...

I am running xcodebuild test-without-building in a python subprocess using this code: ``` command = "xcodebuild test-without-building -resultBundlePath [unique-path] -xctestrun [...]/build/run_24103/Build/Products/Automation_iphonesimulator16.1-x86_64.xctestrun -only-test-configuration AutoPNI -destination id=7AE8D24F-2C7B-44FA-88DA-E86367B1ED3D -only-testing HomeTabUITests/test_c1234" p = subprocess.Popen(...

bug

It would be nice to export a json report with screenshots that can provide the test name, file name, file line along with the image names for the reference, failure...

bug

Having support for Linux would be useful to parse results on a separate machine. I've tried using Xcparse on Ubuntu, almost everything seems to build fine except for some missing...

bug