Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T20:43:35.000Z (11 months ago)
- Last Synced: 2024-12-06T10:36:26.637Z (2 months ago)
- Topics: accessibility, karma-plugin, testing
- Language: JavaScript
- Homepage:
- Size: 687 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# karma-loud [![Build Status](https://github.com/ruslansagitov/karma-loud/actions/workflows/test.yaml/badge.svg)](https://github.com/ruslansagitov/karma-loud/actions/workflows/test.yaml) [![Coverage Status](https://coveralls.io/repos/ruslansagitov/karma-loud/badge.svg)](https://coveralls.io/r/ruslansagitov/karma-loud) [![Code Climate](https://codeclimate.com/github/ruslansagitov/karma-loud/badges/gpa.svg)](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"