victorolinasc / junit-formatter

A JUnit XML report exporter for Elixir's ExUnit
https://hexdocs.pm/junit_formatter/
Apache License 2.0
111 stars 37 forks source link

Time is still reported incorreclty on Jenkins #11

Closed manukall closed 8 years ago

manukall commented 8 years ago

Test execution times are still reported wrong in Jenkins in the latest version. I think that's because the single tests still have their time reported in milliseconds and Jenkins just sums up those times for the test suites.

cs-victor-nascimento commented 8 years ago

Ouch... I will apply the patch to individual tests too. Thanks for reporting. Will release 1.0.1 soon.

cs-victor-nascimento commented 8 years ago

Released 1.0.1 with the fix.

manukall commented 8 years ago

Wow, thanks for the quick fix!