Open ironprogrammer opened 1 year ago
As a note, the Test Reports plugin will also need an update to add Markdown support: https://wordpress.org/plugins/test-reports/
As a note, the Test Reports plugin will also need an update to add Markdown support: wordpress.org/plugins/test-reports
When the "Report Location" option is toggled, it looks like the plugin already has this handled (whew!)
This has also been accounted for in the WordPress Beta Tester plugin (screenshot).
Thanks, @lancewillett, for keeping an eye out for where else this update would apply! 🙌🏻
The current example copy & paste test reports are in WikiFormatting format. Because a significant amount of testing happens in GitHub as well, adding copy & paste Markdown snippets could help streamline and make GitHub test contributions more uniform.
Additional Benefit
In Trac, these WikiFormatting snippets are rendered with heading tags and
id
attributes, which can be used to scan for test instructions, or more reliably identify test contributions for awarding profile badges. For instance:By encouraging consistent report formats in GitHub, there is a similar benefit that could be derived from reports submitted to issues and PRs:
(The above snippets are automatically generated for comments in their respective environments.)