We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a847e03 + 4b690e4 commit 9782549Copy full SHA for 9782549
src/index.ts
@@ -139,6 +139,7 @@ export const checkA11y = async (
139
results: { violations },
140
options,
141
} as CreateReport)
142
+ testResultDependsOnViolations(violations, skipFailures)
143
} else console.log('There were no violations to save in report')
144
} else if (reporter === 'junit') {
145
// Get the system root directory
0 commit comments