Skip to content

Create Markdown text version of each report type #3

@ironprogrammer

Description

@ironprogrammer

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:

<h2 id="TestReport">Test Report</h2>
<h3 id="StepstoTest">Steps to Test</h3>
...
<h2 id="ReproductionReport">Reproduction Report</h2>
<h3 id="StepstoReproduce">Steps to Reproduce</h3>

By encouraging consistent report formats in GitHub, there is a similar benefit that could be derived from reports submitted to issues and PRs:

<h2 dir="auto">Test Report</h2>
<h3 dir="auto">Steps to Test</h2>
...
<h2 dir="auto">Reproduction Report</h2>
<h3 dir="auto">Steps to Reproduce</h2>

(The above snippets are automatically generated for comments in their respective environments.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Enhancement.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions