UNPKG

nemo-accessibility

Version:

nemo-accessibility is a nemo plugin aimed to run accessibility scans during nemo tests. nemo-accessibility plugin uses axe-core, htmlcode smiffer and chrome engines to run accessibility scans on a given page or on a given element on a page.

21 lines (20 loc) 392 B
{ "driver": { "browser": "chrome" }, "plugins": { "nemo-accessibility": { "module": "path:../", "arguments": [ { "engine":"axe" // "engine":"chrome" // "engine":"htmlcs" } ] }, "view": { "module": "nemo-view" } } }