What are some common struggles when testing with Cypress?

This page summarizes the projects mentioned and recommended in the original post on /r/softwaretesting

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
  • Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

  • One thing I don't particularly like about Cypress is that it uses its own "magic" to handle async operation instead of async/await. I believe playwright handles this better, but I haven't had a chance to try it out myself.

  • msw

    Seamless REST/GraphQL API mocking library for browser and Node.js.

  • If your application makes server side requests, these cannot be intercepted by Cypress. I just started working with MSW and am loving it so far. I implemented a solution that uses a cookie to define the mock response to return or pass through if the cookie is not found. This solution can also be used in dev outside of Cypress which is a huge win imo.

  • 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 logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Easier TypeScript API Testing with Vitest + MSW

    3 projects | dev.to | 25 Apr 2024
  • Creating mocks for testing react code

    1 project | dev.to | 22 Apr 2024
  • Storybook 8

    5 projects | news.ycombinator.com | 13 Mar 2024
  • Partial: how not to mock the whole world

    4 projects | dev.to | 8 Feb 2024
  • Polly.js – Record, replay, and stub HTTP interactions

    2 projects | news.ycombinator.com | 8 Jan 2024