Skip to main content

👋 Getting Started with TapTest

Welcome to TapTest! This comprehensive tutorial will guide you through everything you need to write effective tests that truly cover your app.

⏱️ Time needed: 1 hour
🛠️ Tool: Your favorite IDE (Android Studio or VS Code) with an up-to-date Flutter SDK

Together, we'll start with a simple Flutter app as shown below. You'll learn to cover it with two types of end-to-end tests that validate the entire user journey and layout in both light and dark themes. The best part? Your comprehensive widget test will complete in under ⏰ 1 second!

Tutorial App

By the end of this tutorial, you'll have the confidence to write fast, reliable tests that protect your app from regressions while surviving refactors. Let's get started!

📚 Next steps

👉 Continue to next page →