Make Yourself Accessible: New Rails Apps

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • axe-core-gems

    Ruby integration for axe-core, the accessibility testing engine

  • Don't guess. Automated accessibility checks can't expect to cover EVERY potential issue in your codebase, but applying a consistent set of rules will be easier if you have a defined set of rules for your test suite to reference. So find a good accessibility standard, and stick to it. That'll probably be some version of the Web Content Accessibility Guidelines (WCAG 2.1), which are used by axe (which I'll talk about in a second).

  • Selenium WebDriver

    A browser automation framework and ecosystem.

  • A library like Selenium or Cuprite that performs automated browser checks. It needs to use JS, unless your site doesn't use any JS. Or won't need to ever, in any case, for any reason or feature. These examples use Capybara system specs, which can be backed by a number of different drivers. See here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • axe-core

    Accessibility engine for automated Web UI testing

  • An accessibility plugin for your system tests and a reference document. Deque Labs has a lot of excellent resources for implementing accessibility checks that meet the WCAG 2.1 standard. They also maintain axe, which we'll use to run automated checks. The rules reference list for axe version 4.4 can be found here. If you need more context, I've also found the MDN docs for Accessibility to be really, really good. Again, those are here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 9 Tools you must master to excel as a DevOps Engineer

    2 projects | dev.to | 8 Feb 2023
  • Getting ModuleNotFoundError: No module named 'selenium' with Python on Windows

    1 project | /r/learnpython | 16 Aug 2023
  • What happened to Selenium .NET documentation?

    1 project | /r/selenium | 23 May 2023
  • Opinions on changing the default branch name to something other than main or master.

    1 project | /r/git | 28 Apr 2023
  • Chrome session failing to be created

    2 projects | /r/selenium | 27 Mar 2023