Modern React testing, part 5: Playwright

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
  • playwright-article-2024

    Modern React testing article examples: Playwright

  • Then add two scripts to our package.json file:

  • storybook

    Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

  • As a development server, we can use an actual development server of our app, like Create React App (that we use for the examples) or Vite, or another tool like React Styleguidist or Storybook, to test isolated components.

  • 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
  • react-styleguidist

    Isolated React component development environment with a living style guide

  • As a development server, we can use an actual development server of our app, like Create React App (that we use for the examples) or Vite, or another tool like React Styleguidist or Storybook, to test isolated components.

  • Playwright

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

  • Playwright, an end-to-end test runner;

  • msw

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

  • We’re going to use Mock Service Worker (MSW) for mocking network requests in our integration tests and in the app during development.

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

    InfluxDB 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

  • Style Guide for Effectively Commenting and Documenting your code

    1 project | /r/reactnative | 1 Sep 2022
  • Going offline

    3 projects | dev.to | 10 May 2022
  • Check Out My Table Component!

    1 project | dev.to | 13 Feb 2022
  • React library development - How do you render your components during development?

    2 projects | /r/reactjs | 8 Jan 2022
  • Best practice to document Web-App developed with React

    1 project | /r/react | 19 Aug 2021