All Projects → AccessLint → Accesslint Ci

AccessLint / Accesslint Ci

Licence: mit
Install the GitHub Integration https://github.com/apps/accesslint

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Accesslint Ci

Nextsimplestarter
🐳 Simple and Accessible PWA boilerplate with Nextjs 10 + React Hooks
Stars: ✭ 744 (+807.32%)
Mutual labels:  accessibility, a11y
Awesome A11y
A curate list about A11Y ♿️
Stars: ✭ 1,210 (+1375.61%)
Mutual labels:  accessibility, a11y
Pa11y Dashboard
Pa11y Dashboard is a web interface which helps you monitor the accessibility of your websites
Stars: ✭ 787 (+859.76%)
Mutual labels:  accessibility, a11y
Construct.css
Focus on the content and structure of your HTML
Stars: ✭ 432 (+426.83%)
Mutual labels:  accessibility, a11y
Contrast Finder
Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
Stars: ✭ 38 (-53.66%)
Mutual labels:  accessibility, a11y
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (+501.22%)
Mutual labels:  accessibility, a11y
Sass A11ycolor
🌈 Generate the nearest accessible color with Sass.
Stars: ✭ 24 (-70.73%)
Mutual labels:  accessibility, a11y
Accessible components
Listing of accessible components & patterns
Stars: ✭ 393 (+379.27%)
Mutual labels:  accessibility, a11y
Vue A11y Dialog
Vue.js component for a11y-dialog
Stars: ✭ 65 (-20.73%)
Mutual labels:  accessibility, a11y
A11y tooltips
Accessible Tooltip Component
Stars: ✭ 35 (-57.32%)
Mutual labels:  accessibility, a11y
Van11y Accessible Tab Panel Aria
ES2015 accessible tabs panel system, using ARIA
Stars: ✭ 58 (-29.27%)
Mutual labels:  accessibility, a11y
Accessibilitools
UI tools to help make your Android app accessible.
Stars: ✭ 81 (-1.22%)
Mutual labels:  accessibility, a11y
Accesslint.js
Keep accessibility errors in check.
Stars: ✭ 423 (+415.85%)
Mutual labels:  accessibility, a11y
Reakit
Toolkit for building accessible rich web apps with React
Stars: ✭ 5,265 (+6320.73%)
Mutual labels:  accessibility, a11y
Koa11y
Easily check for website accessibility issues
Stars: ✭ 403 (+391.46%)
Mutual labels:  accessibility, a11y
Playbook Ios
📘A library for isolated developing UI components and automatically taking snapshots of them.
Stars: ✭ 830 (+912.2%)
Mutual labels:  accessibility, a11y
A11y styled form controls
Various styled accessible form controls
Stars: ✭ 335 (+308.54%)
Mutual labels:  accessibility, a11y
Axe Core
Accessibility engine for automated Web UI testing
Stars: ✭ 4,293 (+5135.37%)
Mutual labels:  accessibility, a11y
Axegrinder
Crawl websites for accessibility issues from the command line.
Stars: ✭ 12 (-85.37%)
Mutual labels:  accessibility, a11y
Chakra Ui Vue
⚡️ Build scalable and accessible Vue.js applications with ease.
Stars: ✭ 993 (+1110.98%)
Mutual labels:  accessibility, a11y

Deprecated

Use the AccessLint GitHub integration or check out axe-cli for development testing.

Accesslint::Ci

https://robots.thoughtbot.com/introducing-accesslint-web-accessibility-testing-in-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

  1. Authenticate with GitHub at https://accesslint.com to get an API token.

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/accesslint.log"

machine:
  environment:
    ACCESSLINT_API_TOKEN: <API token from https://accesslint.com>
    ACCESSLINT_GITHUB_USER: <GitHub user authenticated at https://accesslint.com>
  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

Private Repo Support

AccessLint does not support commenting on private repos right now. Follow the project backlog for plans.

TravisCI, Jenkins, etc.

AccessLint CI only works in CircleCI right now. See https://github.com/accesslint/accesslint-ci/issues/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].