Skip to content

Commit

Permalink
fix: junit report example
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinaba Ghosh authored and Abhinaba Ghosh committed Jan 10, 2024
1 parent 10d7fe0 commit d94a729
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,11 @@ await checkA11y(
},
true,
'junit',
{
outputFilename: 'junit.xml'
}
{
outputDirPath: 'results',
outputDir: 'accessibility',
reportFileName: 'accessibility-audit.xml',
},
)
```
## Before you Go
Expand Down

0 comments on commit d94a729

Please sign in to comment.