Skip to content

Releases: WordPress/phpunit-test-reporter

v0.2.0

17 Sep 23:24
980b2d8
Compare
Choose a tag to compare
  • Prevent invalid HTML markup on test result pages.
  • Add a custom Post_List_Table for the results post type that lacks inline edit/quick edit.
  • Don't use _get_list_table() as that create the object and triggers some queries. Including the file directly works just as well.
  • Allow for multiple reports per commit for the same test bot.

Version 0.1.3

23 Sep 09:45
b24324b
Compare
Choose a tag to compare
  • Include errors along with failures on the error report page (PR).
  • Change to integer built-in type for commit field, following updates in WordPress 5.5.

Version 0.1.2

18 May 12:21
a46fdbd
Compare
Choose a tag to compare
  • Only report result status when tests were actually run. Port of meta #7227 to plugin.
  • Upgrade packages for grunt readme to Grunt ^1.1.0 and grunt-wp-readme-to-markdown ^2.0.1, and update plugin version in package.json.
  • Upgrade Docker environment to use wordpress:5.4.1-php7.4 image.
  • Correct contributor list in readme.txt and update README.md.

Version 0.1.1

18 May 08:15
Compare
Choose a tag to compare
  • Updates for coding standards.
  • Update local and Travis CI builds.
  • Reduce number of revisions in index, while increasing max reporters shown.
  • Add contributor documentation.

Version 0.1.0

21 Aug 14:17
Compare
Choose a tag to compare
  • Initial release.