cypress-axe VS cypress-plugin-tab

Compare cypress-axe vs cypress-plugin-tab and see what are their differences.

cypress-axe

Test accessibility with axe-core in Cypress (by component-driven)

cypress-plugin-tab

A cypress plugin to add a tab command (by kuceb)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
cypress-axe cypress-plugin-tab
5 1
604 94
1.2% -
1.9 0.0
2 months ago over 1 year ago
TypeScript HTML
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cypress-axe

Posts with mentions or reviews of cypress-axe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-07.
  • ✨ Accessibility: a gentle introduction ✨
    2 projects | dev.to | 7 Oct 2021
    If you’re setting up automated tests (and you probably should), you can even integrate axe with Cypress
  • Automated Accessibility Testing
    7 projects | dev.to | 21 Sep 2021
    The same engine can be used with Cypress, thanks to the cypress-axe package. It adds several custom commands to the Cypress API, which utilizes “axe-core” under the hood. It makes it possible to perform a11y audits directly while testing.
  • Starting Your Accessibility Journey: A Developers Guide
    5 projects | dev.to | 1 Jun 2021
    Cypress
  • Writing end-to-end tests in 2021
    2 projects | dev.to | 30 Mar 2021
    Luckily for us, there’s a new player in town. Cypress is a great tool that provides us with a modern solution for creating, running and maintaining code. Combined with Cypress Testing Library and the accessibility audit tool aXe, you’ll have all the tools you need to gain confidence in your application, and to never deal with manual verifications in prod ever again.
  • Accessibility Scanning Tools
    1 project | /r/Frontend | 18 Feb 2021
    Maybe: https://github.com/component-driven/cypress-axe/issues/82

cypress-plugin-tab

Posts with mentions or reviews of cypress-plugin-tab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-21.
  • Automated Accessibility Testing
    7 projects | dev.to | 21 Sep 2021
    The way Cypress is built does not allow simulating “real” user actions out of the box. All of the actions there are triggered via JavaScript. Usually, this is not a problem; however, in terms of keyboard navigation, it is — we won’t be able to use a “Tab” key, which is necessary to simulate how the user would navigate around. Luckily, the Cypress Real Events package comes in handy (or its alternatives, e.g. Cypress Plugin Tab). It uses the Chrome DevTools Protocol (so it only works in Chrome) in order to fire actual system events. Still, it has its downsides, though — you won’t be able to interact with certain system elements like default selects. If you were to determine that this is an important part of your app, other testing frameworks might be necessary.

What are some alternatives?

When comparing cypress-axe and cypress-plugin-tab you can also consider the following projects:

cypress-testing-library - 🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices.

cypress-real-events - Fire native system events from Cypress.

axe-core-maven-html - Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright

Cypress - Fast, easy and reliable testing for anything that runs in a browser.

axe-core-npm

cypress-a11y-testing - This project was created as a follow-up to the following blog post: https://developers.livechat.com/updates/livechat-automated-a11y-testing

axe-testcafe - The helper for using Axe in TestCafe tests

axe-core - Accessibility engine for automated Web UI testing