T

Test Generator

Skill

Generates comprehensive test suites for any codebase — unit, integration, and E2E.

dustin·Community·v2.0.0

Test Generator

Generates tests that actually catch bugs. Supports:

  • Jest / Vitest — unit and integration tests
  • Playwright / Cypress — E2E browser tests
  • pytest — Python test suites
  • Go testing — table-driven tests

Features

  • Analyzes code to find untested paths
  • Generates edge case tests (null, empty, boundary values)
  • Creates mock factories for external dependencies
  • Maintains test naming conventions from your codebase