Git Product home page Git Product logo

accesslint-ci's Introduction

Accesslint::Ci

Runs accesslint-cli in CircleCI and comments on GitHub pull requests with new accessibility issues.

accesslint-ci will crawl a host site and run accessibility assertions on the pages. If there are any new accessibility issues, accesslint-ci will comment on the pull request that initiated the build in CircleCI.

View an example

Installation

Circle CI

  1. Set up your CircleCI environment (API tokens for CircleCI and GitHub, artifacts)
  2. Install dependencies (nodejs, accesslint-cli, accesslint-ci)
  3. Start a development server
  4. Run accesslint-ci scan <development server e.g. http://localhost:3000>

In your circle.yml file:

general:
  artifacts:
    - "tmp"

machine:
  environment:
    CIRCLE_TOKEN: <CircleCI API token>
    ACCESSLINT_GITHUB_TOKEN: <GitHub Personal Access Token>
  node:
    version: 6.1.0

dependencies:
  override:
    - npm install -g accesslint-cli
    - gem install accesslint-ci

test:
  post:
    - bundle exec rails server -d -p 3000
    - accesslint-ci scan http://localhost:3000

TravisCI, Jenkins, etc.

AccessLint CI only works in CircleCI right now. See AccessLint#15

License

AccessLint CI is Copyright © 2016 thoughtbot, inc. It is free software, and may be redistributed under the terms specified by the MIT License.

About thoughtbot

thoughtbot

AccessLint is maintained and funded by thoughtbot.

We love open source software! See our other projects or hire us to design, develop, and grow your product.

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.