ckeditor4-plugin-a11ychecker icon indicating copy to clipboard operation
ckeditor4-plugin-a11ychecker copied to clipboard

Advanced tests configuration

Open mlewand opened this issue 9 years ago • 0 comments

Overview

We should introduce advanced tests configuration.

Create Mapping For Test Groups

Developer should be able to easily set WCAG2 A, WCAG AA or WCAG AAA tests without knowing what tests belongs to which group.

e.g.

config.a11ychecker_preset = 'WCAG2AA'

Allow To Exclude/Include Some Tests

It should be possible to add/remove particular tests.

config.a11ychecker_preset = 'WCAG2AA'
config.a11ychecker_include = [ 'foo', 'bar' ];
config.a11ychecker_exclude = [ 'baz' ];

mlewand avatar Feb 26 '15 09:02 mlewand