Add accessibility exports back in
This commit is contained in:
parent
e19050f1ce
commit
de580f2e70
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ const jiraReportConfig: JiraReporterConfig = {
|
|||
...ortoniReportConfig
|
||||
};
|
||||
|
||||
export const reportFilePath = path.resolve(__dirname, './../test-results/accessibility-report.html');
|
||||
export const jsonReportFilePath = path.resolve(__dirname, './../test-results/accessibility-report.json');
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './tests',
|
||||
/* Run tests in files in parallel */
|
||||
|
|
|
|||
Loading…
Reference in a new issue