Releases: WordPress/phpunit-test-reporter
Releases · WordPress/phpunit-test-reporter
v0.2.0
- 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
- Include errors along with failures on the error report page (PR).
- Change to
integer
built-in type forcommit
field, following updates in WordPress 5.5.
Version 0.1.2
- 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 inpackage.json
. - Upgrade Docker environment to use
wordpress:5.4.1-php7.4
image. - Correct contributor list in
readme.txt
and updateREADME.md
.
Version 0.1.1
- 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
- Initial release.