Angular

How to Combine Coverage from Cypress (E2E and Component Test) and Jest in an Nx Project

Coverage helps us see what part of our app is covered with tests and can help us determine if new code is covered in pull requests with tools such as SonarQube or Coveralls. My recommended testing strategy for testing Angular apps is to focus on covering the use cases with Cypress component tests and add …

How to Combine Coverage from Cypress (E2E and Component Test) and Jest in an Nx Project Read More »

Supabase and Angular: A Powerful Combination for Building Web Applications

Supabase is a cloud-based backend as a service (BaaS) platform that provides developers with a set of tools and services for building scalable and secure web applications.It’s much like Firebase but Supabase provides a PostgreSQL database which solves some of the inconveniences with a NoSQL database such as Firestore.For that reason, Supabase has now become …

Supabase and Angular: A Powerful Combination for Building Web Applications Read More »