Open Augustin82 opened 2 years ago
In particular, skipped tests are not accessible because the fromTest
function generating the seeded runner only uses distribution.all
as visible here and do not use distribution.skipped
: https://github.com/elm-explorations/test/blob/02134f5df00402618d21d9a3a841f84118ca66ca/src/Test/Runner.elm#L106
In order to be able to report details about skipped tests, we would need somehow to have access to the skipped tests in the output of the fromTest
function, or another way to inspect and unwrap the contents of a Test
.
Hi!
In relation to this issue, I would like to have some kind of access to the entire test list, including skipped tests.
Thanks!