Overview
Svelte with Test-Driven Development takes you through the process of building efficient, maintainable SvelteKit applications by fully embracing the test-driven development (TDD) workflow. You'll learn practical techniques like unit testing with Vitest, end-to-end testing with Playwright, and behavior-driven development (BDD) testing using Cucumber.js.
What this Book will help me do
- Master the Red-Green-Refactor TDD workflow for SvelteKit applications.
- Write effective unit tests for your Svelte components using Vitest.
- Implement feature-rich end-to-end tests with Playwright and Cucumber.js.
- Utilize component mocks and advanced test techniques specific to Svelte.
- Gain practical knowledge in testing complex features like authentication and service workers.
Author(s)
Daniel Irvine is a seasoned software developer and TDD advocate who has honed his skills in multiple programming languages and frameworks. His experience spans various industries, where he focused on writing clean, maintainable code guided by automated tests. Daniel's book aims to share his tried-and-tested methodologies in a clear and approachable way to help developers improve their workflows and codebase quality.
Who is it for?
This book is aimed at developers working with Svelte who want to enhance their development practices using TDD. It's suitable for those new to automated testing as well as those looking to deepen their testing expertise. Familiarity with JavaScript (or TypeScript) and basic knowledge of web development concepts will help you make the most of this book.