Modern React testing, part 5: Playwright

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

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
  1. playwright-article-2024

    Modern React testing article examples: Playwright

    Then add two scripts to our package.json file:

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    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.

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

  5. 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;

  6. msw

    Industry standard API mocking for JavaScript.

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

  7. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    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

  • 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

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?