We're using Scala + Maven + ScalaTest runner + Jenkins. We have JUnit-style XML output going here:
test_dir/target/scalatest-reports/
Right now we can see entire build pass/fail, or dig through the verbose Console Output to see test pass/fail (not ideal), but I'm sure there's a better way.
I've tried several of the post-build steps such as:
- Aggregate downstream test results
- Publish xUnit test result report
But can't get a table of test results working.
Do you have any ideas? Thanks.
