Anyone have an idea on how best to see which tests are skipped within a collection without viewing the tests for each request?
If I run the requests individually in the tests tab I can see which tests are skipped, or if I go to the test itself I can derive if it is skipped by looking at code. But short of going through them all I can’t see a way to view all skipped tests. If you run a collection via the collection runner you can see which pass and which fail, but you don’t see the skipped ones, like you do if you run it at the request level.
Sometimes we have tests being skipped becuase we have added them as placeholders, or the tests were flakey. I need a way to easily and quickly see the skipped tests for an entire collection.
Any ideas?