Closed abarisain closed 4 years ago
Hi @abarisain,
Thanks for the issue report, I was able to reproduce it with the 2.0.0 version of XCTestHTMLReport. I will check it and try to fix it ASAP ( probably next week 😄 )
Hi @abarisain,
I've released a new version 0.2.0 which should fix the issue. The release is still waiting to be approved https://github.com/bitrise-io/bitrise-steplib/pull/2267, until then you can lock the step on the master branch by changing in the bitrise.yml:
- xctest-html-report@0.1.3:
to
- git::https://github.com/BirmacherAkos/bitrise-step-xctest-html-report.git@master:
Perfect!
I'll wait for the official approval, thank you for the fast fix 👏
Hello,
Recently, this step has started to fail for me.
Here are the logs:
as you can see, XCTestHTMLReport generates the report at the root of the output, and the junit in a subfolder.
Unfortunately this steps looks for the html into the xcresult folder, and it does not exist there. This upstream issue complains about where the html is put: https://github.com/TitouanVanBelle/XCTestHTMLReport/issues/146
This ends up creating a 0 byte html file, which breaks bitrise's artifact uploading.