Giter Club home page Giter Club logo

nav-ally's Introduction

NAV-ally

What is this

An automation tool for testing frontend applications against a set of web accessibility guidelines (WCAG 2 (A, AA, AAA), Section 508 etc).

The tool can be a part of a build pipeline, but can also be used standalone to test any frontend application. You create a list of links in a definition file that can be either a plain Yaml configuration or a Javascript based configuration. The tool supports preprocessing of the web sites before validation with an DSL built on top of Selenium Webdriver (ie. clicking a button to load additional data). It uses Axe under the hood to preform the actual web accessibility validation.

You must have ChromeDriver installed and set in the path, before starting. On MacOS/Linux, you can do that easily with Brew:

  1. $ brew cask install chromedriver

    If you are planning to integrate with Jenkins, read about the Docker-setup here.

    If you need to install ChromeDriver manually on Linux, see this Docker file.

  2. Add the module to your project

    npm install --save-dev nav-ally

  3. Create a Yaml-based definition file and add it anywhere in your project:

    $ touch wcag.yml
    $ nano wcag.yml
    

    Paste in the following example content:

    links:
     - "http://google.com"
  4. Create a run script in your package.json:

    "wcag-test":"nav-ally -f wcag.yml"

    See more command line arguments in the documentation

  5. You can now run the validator:

    $ npm run wcag-test

See this example application for a complete NodeJS/Express application that uses the validator. The example application starts a local instance of the application before running the validation.

Docker image

Documentation and code examples

Documentation

Documentation and code examples

Contact

Questions about the code or the project:

The rest of the codebase (excluding 3rd party dependencies)

Copyright (c) 2019 NAV

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

nav-ally's People

Contributors

dependabot[bot] avatar dervism avatar torbjornmartinsen avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

dervism

nav-ally's Issues

Enhancement: Add support for maximum number of errors

NAV-ally will fail tests if the number of errors/warnings are more than 0. Add support for specifying a maximum number of errors, such as "<5" which will succeed as long as the number of errors is less than 5.

Documentation: Website

Create a website for documenting the usage of NAV-ally. Documentation exists currently only as markdown.

  • GitHub Pages
  • Rewrite the markdown content to pages
  • Write about integrating the runners into own code
  • Document the cli and how to integrate it
  • Add build, lint and deploy script for documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.