Skip to content

Releases: j256/test-check-publisher-maven-plugin

1.5

18 Feb 19:16
Compare
Choose a tag to compare
  • Moved the format up to the PublishedTestResults.

1.4

18 Feb 19:16
Compare
Choose a tag to compare
1.4
  • Added optional numSkipped value to test results.

1.3

16 Feb 22:53
Compare
Choose a tag to compare
1.3
  • Changes to format tokens and some refactoring.
  • Added ignorePass configuration option.

1.2

15 Feb 21:04
Compare
Choose a tag to compare
1.2
  • Added start and end line number to the PublishedTestResults for support of non-Java.

1.1

09 Feb 15:54
Compare
Choose a tag to compare
1.1
  • Pulled TestFileResult out to it's own class.
  • Added pretty string to the test-level for better display output.
  • Refactor to improve the test coverage. Added a ResultPoster interface to better mock it.

0.9

08 Feb 22:38
Compare
Choose a tag to compare
0.9
  • Improved log output and did some refactoring.

0.8

03 Feb 05:09
Compare
Choose a tag to compare
0.8
  • Fixed a stupid NPE in FrameworkTestResults toString(). Sigh.

0.7

01 Feb 16:29
Compare
Choose a tag to compare
0.7
  • Changed the path on the server to POST to.

0.6

31 Jan 23:38
Compare
Choose a tag to compare
0.6
  • Added format string specifier for supporting different github output in the future.
  • Better handling of framework and context-finder.
  • Added TravisCI support.

0.5

31 Jan 23:38
Compare
Choose a tag to compare
0.5
  • Added ordering of file results so errors and failures show up first.