Angular testing in 2022

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

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

    🦊 🚀 A Powerful Tool to Simplify Your Angular Tests

  • until-destroy

    🦊 RxJS operator that unsubscribe from observables on destroy

  • Btw, you should look at https://github.com/ngneat/until-destroy

  • 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
  • pptr-testing-library

    puppeteer + dom-testing-library = 💖

  • OP talked about the Testing Library and personally think it' the best choice. Not only your low level tests are now quite readable with Angular Test Library, but you can keep the same approach (DOM rather than component, user driven, ...) for higher level tests as you can also use it with cypress and now playwright.

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

  • Migrating From until-destroy To Angular takeUntilDestroyed

    1 project | dev.to | 20 Dec 2023
  • Angular 16 - takeUntilDestroyed() operator

    1 project | /r/angular | 22 Apr 2023
  • The new #Angular "takeUntilDestroyed" operator is not only safe, it will also throw an error to discourage bad design

    2 projects | /r/Angular2 | 13 Apr 2023
  • You don't want a BaseComponent in your app

    2 projects | dev.to | 9 Mar 2023
  • Does anyone use until-destroy https://github.com/ngneat/until-destroy with angular apps for production?

    2 projects | /r/Angular2 | 5 Oct 2022