Results 35 comments of Oleksii

Report made with 2.2.1 still doesn't have logs, I believe it should? Do you need any debugging info from me?

> We were using the Fastlane plugin and we understood that there is no problem when we run the xchtmlreport command in the directory where the xcresult file is located....

I still have the problem. I see that html img src looks to test_output folder, e.g.: ```html ``` So I guess that `index.html` should reside one level higher, not in...

`index.html` looks into `test_output/*.xcresult` for images. So after html report is generated, I manually put xcresult into that location. Fixes the issue for me. Here is my code from Fastfile,...

> XCHTMLReport is by default install at /usr/local/bin/xchtmlreport. Should it be somewhere else you can pass the path to the binary to the plugin I'm not sure why doc says...

I used `binary_path` to explicitly indicate path to where xchtmlreport installed

@tsuz sorry, I've just realised that I didn't answered you back then This was implemented in https://github.com/MacPaw/OpenAI/pull/369 as part of work on another issue