Allow absolute path option
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',
},
});