Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"