Products
Courses
Blog
Documentation
Changelog
FAQ
Pricing
Demo
testing
Everything you need to know about "testing" in the Makerkit blog
Jan 26, 2026
Unit Testing Prisma ORM with pgLite and Vitest
Test Prisma database services using pgLite for fast, isolated tests without Docker. Covers setup, migrations, test factories, and real service testing patterns.
Dec 21, 2024
Smoke Testing Your SaaS: A Practical Guide for Founders
Learn how to implement effective smoke testing for your SaaS application. This guide covers essential test scenarios, implementation strategies, and best practices to quickly verify core functionality.
Dec 20, 2024
End-to-End Testing Your SaaS with Playwright
Learn end-to-end testing with Playwright using real-world examples from a Next.js SaaS application. Covers test architecture, Page Object patterns, CI/CD setup, and practical strategies for reliable tests.
Dec 18, 2022
Programmatic Authentication with Supabase and Cypress
Testing code that requires users to be signed in can be tricky. In this post, we show you how to sign in programmatically with Supabase Authentication to improve the speed of your Cypress tests and increase their reliability.
Dec 17, 2022
Reset the Supabase Database in Cypress
Resetting your database during E2E tests is important to prevent flakiness. In this tutorial, we'll show you how to reset the Supabase database in Cypress E2E tests.
Aug 15, 2022
Programmatic Authentication with Firebase and Cypress
Testing Cypress can require your test users sign-in programmatically. In this article, we show you how to sign in users with Firebase and Cypress without using the UI.