Closed mengdaming closed 7 months ago
Any chance this can be merged? :) It would be nice to have the infos about skipped tests available in our CI pipeline.
@mengdaming I think an additional change needs to be made in order for the skipped="<nr>"
property to be set on the <testsuite>
element. In generate_testsuite_xml()
function on lines 208-212 skipped tests property needs to be added, e.g.,
[
...
skipped: stats.skipped,
...
],
@victorolinasc any chance we could get this PR reviewed and merged in?
I will review this as this is simple enough.
I wonder if the specs say anything about the proper way to tag skipped tests. Do you guys have any links to see this through?
Nevermind... just remembered this is on the Elixir side of things... sorry!
Will take a look now
I will merge this and clean it up on main. I am upping the elixir version requirement to at least 1.7 (though I think we could go straight to 1.10 or something...)
Thanks everyone for the contribution! Test now pass and we have proper skipped counting. Version 3.4.0 is now published.
Have a great day you all!
@victorolinasc thanks for the review and @mengdaming for the PR!
Cf. issue #49 for details.