InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Cypress Alternatives
Similar projects and alternatives to Cypress
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
-
-
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
-
-
-
nx
Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.
-
storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
-
-
-
-
-
Collabora Online
Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
-
-
cypress-realworld-app
A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Cypress discussion
Cypress reviews and mentions
-
A Simple Approach to Using Tags in Cypress
// cypress/support/e2e.js // load and register the grep feature using "require" function // https://github.com/cypress-io/cypress/tree/develop/npm/grep const registerCypressGrep = require('@cypress/grep') registerCypressGrep()
-
What we learned by running an accessibility audit of our app
End-to-end tests are better suited for accessibility checks because they closely mimic what users will see and interact with. However, there are some quirks with Cypress, such as handling tab keys to check for focus. You might want to look into cypress-real-events for a potential solution. (Edit: It seems like this issue is finally being considered in Cypress priorities).
-
Cypress for the absolute beginner
Details on the Cypress NPM package can be found here: https://www.npmjs.com/package/cypress
-
Scaling Cypress Tests: Parallelise your End-to-End Tests with Testkube
However, starting with version 12, Cypress blocked projects using the 'cypress-cloud' module, impacting these third-party services. SorryCypress now only works with older Cypress versions, while Currents.dev has ended its official support for Cypress. This change has disrupted many teams' testing workflows.
-
Ensuring Web Accessibility with Cypress: A Comprehensive Guide
Feature: Web Accessibility Tests Feature: Web Accessibility Tests Scenario Outline: Verify all WCAG Violations Given I am on the "" page And Verify all Accessibility Violations Scenario Outline: Verify P1,P2 WCAG Violations Given I am on the "" page And Verify only P1, P2 issues Examples: | url | | https://google.com | | https://amazon.in | | https://agoda.com | | https://bing.com | | https://cypress.io |
- Cypress: Fast, Reliable Testing for Anything in a Browser
-
Your Weekly Dive into Programming, Web3, and Open-Source Tools
Cypress
-
Simulating Internet Outage and Recovery using Cypress
In this blog post, we'll explore a Cypress test that replicates this scenario, utilizing the powerful intercept command to manipulate network requests and responses.
-
Testing Defer Blocks in Angular with Cypress
Recently I came across this issue while triaging some issues at Cypress. (Shout out to MattiaMalandrone for creating an issue with clear instructions for how to reproduce). After quickly replicating the issue I sought after a solution which ultimately inspired me to write this article.
- Cypress changed older versions to block third-party plugins (ignoring lockfiles)
-
A note from our sponsor - InfluxDB
www.influxdata.com | 13 May 2025
Stats
cypress-io/cypress is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Cypress is TypeScript.