You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run a test suite with with some tests skipped via simple elm-test, the result is failure as described in readme. However, if I want to generate an xml/html report via elm-test --report junit I have no information that there were skipped tests at all. In the meantime, elm-test --report json has an entry "autoFail":"Test.skip was used".
I wonder if it is possible to add info on skipped test to the junit report as well? At least a mention of that fact, or better well with test names/paths. If I understand correctly, junit specs allow for ignored/disabled tests in its reports.
My config:
$ elm-test --version0.19.1-revision2
$ elm --version0.19.1
The text was updated successfully, but these errors were encountered:
If I run a test suite with with some tests
skip
ped via simpleelm-test
, the result is failure as described in readme. However, if I want to generate an xml/html report viaelm-test --report junit
I have no information that there were skipped tests at all. In the meantime,elm-test --report json
has an entry"autoFail":"Test.skip was used"
.I wonder if it is possible to add info on skipped test to the junit report as well? At least a mention of that fact, or better well with test names/paths. If I understand correctly, junit specs allow for ignored/disabled tests in its reports.
My config:
The text was updated successfully, but these errors were encountered: