Various recipes for testing common scenarios with Cypress
-
Updated
May 6, 2025 - JavaScript
Test automation or automated testing as compared to manual testing is a way to write test scenarios beforehand that can be repeatedly executed without involving a human element. This is often done by having a set of test data as input that can be compared to certain expectations. In agile software development approaches, this can be even based on user stories and/or acceptance critera.
Various recipes for testing common scenarios with Cypress
The official TodoMVC tests written in Cypress.
🔍 See what data-testid's exist in any page, with one click, right from your browser
Testing sample using Cypress
Store products API.
This is a example of Test Automation Testing for Accessibility using Cypress-Axe and Axe-Core, developed by Douglas Urrea Ocampo using Cypress as end-to-end framework.
Redux state machine generator backed by an in-memory hypercube. Model checking for the front end.
Advanced single scenario testing sample using Cypress
Explore and experiment with Cypress commands in real-time!
Testing sample using Nightwatch Js
Basic scenario testing sample using Cypress
Testing sample with page object model using Nightwatch Js
Tests to load Isentia website and verify specific modules
Mobile appium real-devices parallel testing architecture written in es6/es7
Sample project to write unit, integration, API, browser and acceptance tests in JavaScript
An example project showing how to create robust and maintainable acceptance tests
Automação do site barrigareact.wcaquino.me utilizando Cypress, Node.js e Javascript
Github actions pipeline for continuous integration
BDD example with jest-cucumber