Cypress API Testing Framework using JavaScript
Test Result
- Cypress code
- Cypress recipes - Various recipes for testing common scenarios with Cypress.
- Effective React Tests with Cypress (2020)
- Tricks to make cypress tests run faster (2020)
- Thank you, Dr. Bahmutov for Cypress (2020) - Gleb Bahmutov, PhD joins the show for a fun conversation around end-to-end testing.
- cypress-routines - Easily write scalable Node.js setup code for Cypress. (Article)
- Cypress Testing Library - Simple and complete custom Cypress commands and utilities that encourage good testing practices.
- Keep your Documentation updated with Cypress and Github Actions (2020)
- Cypress Recorder - Chrome developer tool that records user interaction within a web application and generates Cypress scripts to allow the developer to replicate that particular session.
- cypress-wait-until - Add the Cypress waiting power to virtually everything.
- Mastering UI Testing with Cypress
- Cypress Real Events - Fire native system events from Cypress.
- HN: Cypress (2020)
- Cypress Image Snapshot - Catch visual regressions in Cypress.
- sorry-cypress - Open-source, on-premise, self-hosted alternative to Cypress dashboard. (Docs)
- Knapsack Pro for Cypress.io - Runs your E2E tests with Cypress.io test runner and does dynamic tests allocation across parallel CI nodes using KnapsackPro.com Queue Mode to provide the fastest CI build time (optimal test suite timing)..
- cypress-graphql-mock - Adds commands for executing a mocked GraphQL server using only the client.
- Backend Code Coverage from Cypress API tests (2021)
- Gleb Bahmutov's articles on Cypress
- CI and End to End Testing: Cypress Percy CircleCI (2021)
- cypress-react-selector - Cypress plugin to locate react elements by component, props and state.
- Cypress vs Selenium vs Playwright vs Puppeteer speed comparison (2021)
- cypress-websocket-testing - Test your WebSocket endpoints using Cypress.
- Improve your custom command logs in Cypress (2021)
- Cypress Fail Fast - Cypress plugin to skip tests on first failure.
- Visual testing with Cypress and Percy
- Cypress Plugin Snapshots
- A Practical Guide to Intercepting Network Requests in Cypress
- How To Quickly Add Cypress To Your Next.js App (2021)
- cypress-axe - Test accessibility with axe-core in Cypress.
- Cypress Visual Regression - Module for adding visual regression testing to Cypress.
- Cypress GitHub Action
- Cypress oAuth2.0
- Cypress Vs WebDriver.io