Forum Discussion

678's avatar
678
Regular Contributor
6 years ago

How can i get only failed Test Cases logs

I have a 100's of test cases and i am getting all test cases logs , how can i get only test cases logs which failed its very hard to debug on all logs 

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Thats why assertions are there were you get to see what went wrong.
    • 678's avatar
      678
      Regular Contributor

      How can i implement only failed test cases logs ?

      • nmrao's avatar
        nmrao
        Champion Level 3
        What information in the logs that is interesting to you in the failed tests? What logs that you are looking at? And what is the issue with them?