Component Testing with Cypress and Reactjs

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Delightful JavaScript Testing.

  • Cypress has a feature called Component Testing, and I found the experience quite interesting, and familiar for those coming from non-UI testing suites. I assume that you have basic knowledge of Reactjs and Cypress and perhaps React Testing Library and Jest so I will skip the details and focus on the core concept.

  • faker

    Generate massive amounts of fake data in the browser and node.js (by faker-js)

  • Use faker.js to generate random values for your mock data.

  • 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

  • Easily create mock data for unit tests 🧪

    2 projects | dev.to | 15 Feb 2024
  • What happened with fakerjs

    3 projects | /r/javascript | 8 Jan 2022
  • API Testing with Clerk and Express

    1 project | dev.to | 25 Mar 2024
  • JS Toolbox 2024: Bundlers and Test Frameworks

    10 projects | dev.to | 3 Mar 2024
  • JS Toolbox 2024: Essential Picks for Modern Developers Series Overview

    1 project | dev.to | 3 Mar 2024