Paul Zabelin
Paul Zabelin
@abotkin-cpi it fails for me every time everywhere, so should be very easy to reproduce. Please let me know if you can't reproduce and share your example project and I...
[Test-MyApp-2023.04.22_16-19-15--0700.xcresult.zip](https://github.com/ChargePoint/xcparse/files/11302519/Test-MyApp-2023.04.22_16-19-15--0700.xcresult.zip) running xcparse: `xcparse screenshots Test-MyApp-2023.04.22_16-19-15--0700.xcresult --activity-type testAssertionFailure` extracts no screenshots for me. while opening this result bundle in Xcode shows failure screenshot: Xcode 14.3
happens to us regularly: ``` Run erlef/setup-beam@v1 Action fetch /builds/otp/ubuntu-22.04/builds.txt failed for mirror https://builds.hex.pm,/ with Error: Request timeout: /builds/otp/ubuntu-22.04/builds.txt Error: Could not fetch /builds/otp/ubuntu-22.04/builds.txt from any hex.pm mirror ``` is...
this issue gives us grief. When we have a flaky test we re-run workflow and completely loose our artifacts that help us address the flakiness. Is there a workaround?
we were hoping that changing artifact name to include run number would preserve them, but it looks like it won't help, is that true?
``` func audioTranscriptions( query: AudioTranscriptionQuery ) async throws -> AudioTranscriptionResult { ``` incorrectly throws JSON decoding error for `AudioResponseFormat.srt` we could not use other formats as we need time codes
tried again: ``` 0%| | 0/32 [00:01
would love to see async support, as we build new iOS16+ app
happened to us too: after debugging workflow we lost access to the runner via ssh, as keys were overwritten. 🦺
Would love to see Cocoapods support, have several open source projects and it would simplify maintenance. Right now I am using a cron job to run pod update and fail...