Skip to content

Commit 5ca0665

Browse files
Updated accessibility capabilities in single.conf.js
1 parent d36ba5e commit 5ca0665

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conf/single.conf.js

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ exports.config = {
1717
video: true,
1818
console: false,
1919
network: false,
20+
accessibility : false, // Enable accessibility testing
21+
accessibility.wcagVersion: 'wcag21a', // Specify WCAG version (e.g., WCAG 2.1 Level A)
22+
accessibility.bestPractice: false, // Exclude best practice issues from results
23+
accessibility.needsReview: false // Include issues that need review
24+
2025
},
2126
],
2227

0 commit comments

Comments
 (0)