Open anton-johansson opened 7 years ago
Would be nice to be able to post the total number of tests, and name failures:
:small_red_triangle_down: 514/517 tests succeeded
SomeClass.test_1
SomeClass.test_2
SomeClass.test_3
See more here.
I think this and #6 might belong in the GitLab Plugin.
Or if the JUnit plugin can expose the numbers in variables and one can use curl or HTTP Request plugin to create the comment.
Would be nice to be able to post the total number of tests, and name failures:
Unit test report
:small_red_triangle_down: 514/517 tests succeeded
SomeClass.test_1
SomeClass.test_2
SomeClass.test_3
See more here.