skill repo
bmad-labs/skills▌
2 approved skills in this repository
skills (2)
typescript-unit-testing
Backend
Unit testing validates individual functions, methods, and classes in isolation by mocking all external dependencies.
typescript-e2e-testing
Backend
Complete E2E and integration testing for TypeScript/NestJS projects with real Docker infrastructure and GWT pattern. \n \n Supports six guided workflows: setup, writing, reviewing, running, debugging, and optimizing E2E tests \n Tests against real services (PostgreSQL, MongoDB, Redis, Kafka) via Docker; never mocks infrastructure \n Enforces Given-When-Then pattern, test isolation, and specific assertions across all test cases \n Includes technology-specific helpers, rules, and examples for Kafk