Tyler Vick
Tyler Vick
Hey @ssharma0312 - what do you feel should be the expected behavior? Since there will always be unattached files remaining in the xcresult bundle, deleting these will always break the...
+1 to this - I also think we need a way to unify versioning between git tags and the hardcoded string in the swift file. I'm not really sure of...
Yeah - especially if we modify the current `-v` flag I think it makes sense to put this in `next` to denote a breaking change. It also is easier to...
> @tylervick could you consider this PR? 🙏 @remy-bardou-lifeonair could you consider adding tests? +1 - This change LGTM besides the merge conflicts. And agreed, it would be ideal to...
Hey @KeywordsIndiaAutomationTeam - could you please provide the command & arguments you're using? There are a couple ways that screenshots files can be generated and if there's a reproducible bug...
Hey @ssharma0312, we can definitely clarify the contributing instructions further. You'll want to create a fork of this repo into your own account where you have write access. You should...
re: testing locally, please see the ci.yaml workflow here: https://github.com/XCTestHTMLReport/XCTestHTMLReport/blob/e4af85f846a75a4376cbee26adfb82c12242af27/.github/workflows/ci.yml#L28-L31 Those commands can be run in local environments as well.
Hey @nezhyborets, thanks for reporting! Xcode 13 moved the log output to a different section of the xcresult structure so we had to adjust. I merged in #243 recently which...
Hey @kamvoick - What was the destination of your test run? E.g. iPhone (arm64) iOS 15.4, etc
Hey @chri7325 - rather than removing this data, would it be acceptable to replace the problematic delimiters with some other symbol? E.g. `15.0 ~> 15_0`