Test Generator AI-powered test generation and test suite management. Prerequisites AI Test Generation Generate Unit Tests Generate Tests for Specific Function TDD Loop Test Runners Jest Vitest Mocha Coverage Analysis Generate Coverage Report Coverage Thresholds Find Uncovered Code Mutation Testing Test the tests themselves using Stryker: Interpret Results - Killed mutants : Tests caught the bug (good) - Survived mutants : Tests missed the bug (need more tests) - Timeout mutants : Mutant caused infinite loop - No coverage : Code not covered by any test Workflow Patterns New Feature Testing Reg…