I followed the tutorial to create the UFT developer->Testing Project, and created the UFT developer application model item and junit4 testcase in the project. But after I run the test and the test passes successfully, I can't click View Last Run Results, this option is gray and cannot be selected. There are only runresults.xml files in the RunResults folder, no html file. I'm using version 24.2 and the IDE is IDEA.
I saw a question from seven years ago that was similar to what I had, and the answer to this question stated that the test class should inherit from UnitTestClassBase in order to generate a report. But I'm making changes to the test template, which already inherits UnitTestClassBase. So this seven-year-old answer doesn't seem to help me.