Skip to content

Added custom summary support (optional)

Compare
Choose a tag to compare
@lpelypenko lpelypenko released this 22 Oct 08:40
· 72 commits to main since this release

If use passed customSummary it will appear bellow Page URL:

        const customSummary = `Test Case: Full page analysis
        <br>Steps:</br>
        <ol style="margin: 0">
        <li>Open https://dequeuniversity.com/demo/mars/</li>
        <li>Analyze full page with all rules enabled</li>
        </ol>`;
        createHtmlReport({
            violations: axeRawViolations,
            url: 'https://dequeuniversity.com/demo/mars/',
            customSummary
        });