haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

junit report: add option to treat errors like failures #282

Closed 0x53A closed 5 years ago

0x53A commented 5 years ago

because gitlab can't yet handle errors.

grafik

grafik


see https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/ci/parsers/junit.rb#L45-52 and issue https://gitlab.com/gitlab-org/gitlab-ce/issues/51087

This also means that skipped tests aren't surfaced anywhere and are treated as successfull. Which isn't great, but I guess they didn't fail ...


I know you just pushed a release yesterday, but for when do you plan the next?

Asking whether I should wait for official, or just build a nupkg myself.

Thank you!

AnthonyLloyd commented 5 years ago

Thanks. I can release in the next couple of days. I have one other thing I want to put in.