https://github.com/ruslansagitov/karma-loud
Karma plugin for Loud, web accessibility testing helper
https://github.com/ruslansagitov/karma-loud
accessibility karma-plugin testing
Last synced: 8 months ago
JSON representation
Karma plugin for Loud, web accessibility testing helper
- Host: GitHub
- URL: https://github.com/ruslansagitov/karma-loud
- Owner: ruslansagitov
- License: mit
- Created: 2014-06-17T14:54:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T09:25:54.000Z (over 1 year ago)
- Last Synced: 2025-02-01T11:17:31.989Z (over 1 year ago)
- Topics: accessibility, karma-plugin, testing
- Language: JavaScript
- Homepage:
- Size: 599 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# karma-loud [](https://github.com/ruslansagitov/karma-loud/actions/workflows/test.yaml) [](https://coveralls.io/r/ruslansagitov/karma-loud) [](https://codeclimate.com/github/ruslansagitov/karma-loud)
[Karma][] plugin for [Loud][], web accessibility testing helper
## Getting Started
```
npm install karma loud karma-loud --save-dev
```
```javascript
/* karma.conf.js */
module.exports = function(config) {
config.set({
frameworks: ['loud']
});
};
```
[Karma]: "Karma — Testing environment"
[Loud]: "Loud — Web accessibility testing helper"