How do I know which test cases are not passed (for projects)?

For each project, we can test our own solutions by including https: //cdn freecodecamp org/testable-projects-fcc/v1/bundle.js. But it is frustrating if I got like 14/16 passed without knowing which cases are failed. Is there a way to quickly find out which cases are failed? Thanks!

If you click on the red (if all tests did not pass) button you should see a modal pop up of all the passing/ failing tests for that suite, if they all pass the button should be green but you can still click on it to see the modal

1 Like

com-video-to-gif%20(1)

2 Likes

Thank you so much! I didn’t even realize that button was clickable haha.