Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
For the Test Session Result report, is it possible to display only failed tests instead of showing all the results . Each report we run is showing all test results in that session. Any way to configure this?
Hi @einsor ,
If you are using Test Session Result Report, it's an OOTB report giving you an flavor about Test Result on web page. However it's just an matter of coding and writing your own logic as per your need. So in short you can do that by creating new report recipe or modifying existing report code as per your need.
Good Luck!!!
Vielen Dank / Many Thanks,
Kapil Jain
Hi
If you are using Test Session Result Case, After you create and run a test case, you will want to view the results. Various forms exist to display details about test cases. You can also enable one or more listeners. Each listener produces unique output options to display test case results.
Modifying the existing report code as per your need.