An automated accessibility testing for Node-based test environments from IBM Equal Access Toolkit.
To get started, please review NPM.
- Scan single or multiple files, directories, or URLs
- Output scan report results in JSON, CSV, HTML or XSLX formats
- Set a target rule archive
- Configure policies to scan
- Set violation levels that trigger test failures
- Set violation levels that should be reported
$ npm install
$ npm install
$ npm run build
$ npm run package:zip or npm run package:npm
$ npm test
If you think you've found a bug, have questions or suggestions, please report the bug in GitHub Issues.
- If you see
TypeError: ace.Checker is not a constructor
:- Try to run your tests serially using the configuration option in your framework. For example, use
--runInBand
in Jest framework.
- Try to run your tests serially using the configuration option in your framework. For example, use