Skip to content

Allow absolute path option

Compare
Choose a tag to compare
@lpelypenko lpelypenko released this 21 May 13:16
· 34 commits to main since this release

New optional param was introduced to allow absolute path:

outputDirPath

    createHtmlReport({
        results: 'AxeResults',
        options: {
            projectKey: 'JIRA_PROJECT_KEY',
            outputDir: 'axe-reports',
            outputDirPath: '../..',
            reportFileName: 'exampleReport.html',
        },
    });