Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information about skipped tests in junit report #427

Open
ShrykeWindgrace opened this issue Jun 10, 2020 · 0 comments
Open

Add information about skipped tests in junit report #427

ShrykeWindgrace opened this issue Jun 10, 2020 · 0 comments

Comments

@ShrykeWindgrace
Copy link

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 --version
0.19.1-revision2
$ elm --version
0.19.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant