← Back to Blog
Series · 5 parts

The Ultimate Guide to Testing with Prisma

An end-to-end testing playbook for Prisma apps: unit, integration, and end-to-end tests, plus mocking patterns and CI workflows.

EducationDecember 22, 2022

The Ultimate Guide to Testing with Prisma: Mocking Prisma Client

Learn about mocking and spying, why they are useful, and how they can be done with Prisma Client.

EducationJanuary 31, 2023

The Ultimate Guide to Testing with Prisma: Unit Testing

Learn about what unit testing is and how to approach it in an application using Prisma Client.

EducationFebruary 14, 2023

The Ultimate Guide to Testing with Prisma: Integration Testing

Learn about how to plan, set up and write integration tests for your API.

EducationMarch 2, 2023

The Ultimate Guide to Testing with Prisma: End-To-End Testing

Learn all about end-to-end testing, how to set up a testing environment and how to write tests using Playwright and Prisma.

EducationMarch 24, 2023

The Ultimate Guide to Testing with Prisma: CI Pipelines

Learn how to set up a CI pipeline to automatically run tests against your application that uses Prisma.