Open
Description
We're skipping many of our tests and I think this is due to some missing functionality.
In order to see all the skipped tests, I have to run all the tests in verbose mode, store the output, and grep -E 'xfail|xpass'
in order to see all of the specific tests that are skipped.
If there isn't a better way to already do this. I was thinking what if in the --collect-only
output we could also see markers like skip
or even custom markers for each test. That way I could easily collect the tests and grep for skipped ones without having to run all of them again.