cypress-testing-library VS cypress-a11y-testing

Compare cypress-testing-library vs cypress-a11y-testing and see what are their differences.

cypress-testing-library

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

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 (by klarzynskik)
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-testing-library cypress-a11y-testing
4 1
1,785 1
-0.1% -
5.4 0.0
7 months ago over 2 years ago
JavaScript JavaScript
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-testing-library

Posts with mentions or reviews of cypress-testing-library. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-08.
  • Buenas prĂĄcticas con Angular Testing Library
    5 projects | dev.to | 8 Apr 2022
  • Automated Accessibility Testing
    7 projects | dev.to | 21 Sep 2021
    One of the additional layers you can add to make sure you are building a good, accessible app, is to use “accessible queries” for elements you interact with in the tests. In other words, you find elements by text, labels, roles, aria-attributes, etc., rather than using the IDs or data-test attributes. This applies to all layers of testing. There is a very useful project called Testing Library, which provides you with UI-centric queries out of the box. It has a separate package for many different testing methods and libraries, including the Cypress one: Cypress Testing Library.
  • Cypress.io flakiness making me crazy
    2 projects | /r/softwaretesting | 16 Jun 2021
    Is it a react app? Could be dom churn on the CI? In which case you might take a look at this: potential fix in the CTL.
  • Cypress vs. Testing Library?
    1 project | /r/reactjs | 3 Mar 2021
    From doing some research it seems like most people use Testing Library for unit / integration testing and Cypress for E2E testing, but from reading the documentation of both it seems like you can use them for the same thing. There is also even a Cypress Testing Library to make things even more confusing. So what do you do? Use Testing Library for unit / integration testing and Cypress for E2E? Use Testing Library for everything? Use Cypress for everything? I'm just really curious what people think about this (and it seems like I'm not the only one.

cypress-a11y-testing

Posts with mentions or reviews of cypress-a11y-testing. 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
    In order to make it easier for you to follow, I’ve created a simple app that allows the user to submit a dummy form. You can find the repository here. Don’t worry, the data you submit in the app is not sent anywhere, so you can play around with it as much as you want.

What are some alternatives?

When comparing cypress-testing-library and cypress-a11y-testing you can also consider the following projects:

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

cypress-axe - Test accessibility with axe-core in Cypress

cypress-plugin-tab - A cypress plugin to add a tab command

cypress-realworld-app - A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

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

axe-core - Accessibility engine for automated Web UI testing

atl-good-testing-practices