This skill provides comprehensive end-to-end (E2E) testing for TypeScript and NestJS applications using real Docker infrastructure. It is suited for developers looking to implement robust testing practices with guided workflows and real service interactions.
$ npx skills add https://github.com/bmad-labs/skills --skill typescript-e2e-testingThe typescript-e2e-testing skill provides comprehensive end-to-end testing capabilities for TypeScript and NestJS applications by leveraging real Docker infrastructure. It enables developers to test against actual service dependencies including Kafka, PostgreSQL, MongoDB, and Redis, moving beyond mocked interactions to validate real system behavior. This approach catches integration issues that unit tests miss by running tests in environments that closely mirror production. The skill is designed for teams implementing robust testing practices who need guided workflows and confidence that their services work correctly together.
Install using the command: `$ npx skills add https://github.com/bmad-labs/skills --skill typescript-e2e-testing`
Set up E2E testing infrastructure for new or existing projects.
Create E2E test cases following the Given-When-Then (GWT) pattern.
Review and ensure the quality of existing E2E tests.
Run E2E tests with proper verification against real services.
$ npx skills add https://github.com/bmad-labs/skills --skill typescript-e2e-testinggit clone https://github.com/bmad-labs/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check the GitHub repository or documentation for usage examples.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan