How do you do automated regression testing?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Cypress

    Fast, easy and reliable testing for anything that runs in a browser.

  • There's also the concept of E2E testing, making sure that, above the level of unit tests, the disparate parts of the code work well together. I like cypress for E2E testing. You can set it up to run on local as a pre-push hook or set it up in CI so that it runs before deploy and catches any failures.

  • puppeteer

    Node.js API for Chrome

  • cypress.io or puppeteer are popular e2e options.

  • 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