typescript-e2e-testing

typescript e2e testing

bmad-labs 13 ↓ 2.1k MIT updated 1mo ago
Claude Code
View source ↗

What it does

  • Kafka: references/kafka/knowledge.md → test-helper.md → isolation.md
  • PostgreSQL: references/postgres/rules.md → test-helper.md
  • MongoDB: references/mongodb/rules.md → test-helper.md
  • Redis: references/redis/rules.md → test-helper.md
  • API: references/api/rules.md → test-helper.md
  • Read references/common/examples.md for general patterns
  • Read technology-specific examples.md for detailed scenarios

Requirements & configuration

  • Debug with breakpoints (requires console for interactive debugging)

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

typescript e2e testing

Source

Repository: https://github.com/bmad-labs/skills

typescript-e2e-testing FAQ

What does the typescript-e2e-testing skill do?

E2E and integration testing for TypeScript/NestJS projects using Jest, supertest, and real infrastructure via Docker (Kafka, PostgreSQL, MongoDB, Redis) with the Given-When-Then pattern. Use whenever the user is working on `.e2e-spec.ts` files or anything under `test/e2e/`, or asks to set up, write, review, run, debug, or optimize E2E or integration tests — including flaky tests, docker-compose for tests, Kafka/Redpanda consumers, test isolation, or GWT compliance. Kafka: references/kafka/knowledge.md → test-helper.md → isolation.md PostgreSQL: references/postgres/rules.md → test-helper.md

What does typescript-e2e-testing require?

Debug with breakpoints (requires console for interactive debugging)

How do I install typescript-e2e-testing?

Run: npx -y skills add https://github.com/bmad-labs/skills --skill typescript-e2e-testing --agent claude-code — the source lives at github.com/bmad-labs/skills.

Maintain typescript-e2e-testing?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[typescript-e2e-testing on getagentictools](https://getagentictools.com/skills/bmad-labs-skills-typescript-e2e-testing?ref=badge)
npx agentictools info skills/bmad-labs-skills-typescript-e2e-testing

The second line is the CLI lookup for this page — handy in READMEs and docs.