Mike Ciesielka
Mike Ciesielka
I ran into a similar problem because I'm not archiving the xcresult contents to CI. Using the `-i` flag to inline the assets within the html report solved this issue...
@ignaciom6: @Kristijan22 is correct that you'll have to wait until that PR is merged if you want to use the inlinable assets option _from the XCTestHTMLReport Fastlane plugin_, but the...
> Thanks to both of you for your quick reply! @maciesielka, could you please share with me a quick example on how to construct the call? Sorry I ask, this...
i see, and you mentioned that making the following update didn't work? ``` - xchtmlreport -r TestResults -i ```
https://github.com/TitouanVanBelle/XCTestHTMLReport/compare/2.0.0...develop Looks like the [inlining feature](https://github.com/TitouanVanBelle/XCTestHTMLReport/pull/148) of the tool isn't in the most recent tagged release. You'd need to be pointing at master, a specific commit, or a tag hosted...
Looks like it's in there https://github.com/TitouanVanBelle/XCTestHTMLReport/compare/2.0.0...2.1.0
The issue here is where you've chosen to use `attachPartialSheetToRoot()`. When `PartialSheetTestModel` publishes new updates (via the `count` property in your example), any view that listens to its updates will...
@andrehjr 👋🏻 I'm facing the same problem. Any progress on this issue or any best guess about when it might be addressed? The workaround above works, but ideally my team...
👋🏻 @graphql/graphql-js-reviewers, just a friendly bump per the [Contribution Guidelines](https://github.com/graphql/graphql-js/blob/main/.github/CONTRIBUTING.md#review-process). Excited to address any feedback y'all have.
@JoviDeCroock, @mmgoodnow appreciate your reviews and hopefully I've addressed your feedback. Any idea what it takes to get something like this merged?