I'm facing two issues after trying to use: fastlane plugin of xchtmlreport
- Since we need to set fail_build: false always, test build are always passing even with failing test results. Also I'm not sure how to see the failed tests and its results out of so many passing tests that I have in my project.
- I deliberately failed one of my test and saw that the screenshots are not getting generated in CI.
Do we have fix for this already? Or is there a workaround for the same? Thanks in advance.