Include a process to view the failing Test cases

Most of the Codechef user facing one issue is that they don’t know whether how many test cases are failing when they submit the code. I am also facing this issue. Many people are moving from Codechef to Hackerrank because of the only reason is that they can able to find which test case are failing and then they can able to recover from that test case in hackerrank. My point of view, can you please show how many test cases are failing and you can also add a new data to view the each test case(view the input and output) with some points to deduce like hackerrank. This will be more helpful.