Skip to content

Standalone version of axe-core component for automated accessibility tests

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

vbence86/axe-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clay-a11y

Clay Accessibility test module

Setup

  1. Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.

  2. Install local dependencies:

npm install
  1. Usage The tool has been added as a lerna package. To activate it in a specific clay component it needs to be provided as a dependency in package.json.

Add to the package

"devDependency": { 
  ...
  "clay-a11y": "^1.0.0",
  ...
}

Execute

"script": {
  ...
  "a11y": "npm run build && clay-a11y -c demos/index.html"
  ...
}

About

Standalone version of axe-core component for automated accessibility tests

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published